diff --git a/debian/gaming.station.preseed b/debian/gaming.station.preseed index 43e64e3..4791423 100644 --- a/debian/gaming.station.preseed +++ b/debian/gaming.station.preseed @@ -151,7 +151,7 @@ d-i clock-setup/ntp-server string 0.fr.pool.ntp.org ## If the system has only one disk the installer will default to using it. ## Otherwise, the device name must be given -d-i partman-auto/disk string /dev/nvme0n1 /dev/sdb /dev/sda /dev/vda +d-i partman-auto/disk string /dev/nvme0n1 /dev/sda /dev/vda ## Specify the method to use ### - regular: use the usual partition types for the architecture @@ -299,7 +299,7 @@ d-i grub-installer/with_other_os boolean true ## Since Debian Jessie, the d-i will ask to specify the device for Grub. ## Should use 'default', to use the default system disk ### Fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737 -d-i grub-installer/bootdev string /dev/sdb +d-i grub-installer/bootdev string /dev/sda ################################################################## ]]] ## Finishing up the installation [[[