Preseed: install on the first device

If the USB is defined as the first device, unplug the USB/mini.iso when
the installer retrieve additionnals components.
This commit is contained in:
Jeremy Gardais 2019-03-05 18:48:57 +01:00
parent 6fb36e2159
commit 3e13b62fe1
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 2 deletions

View File

@ -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 [[[