From 3e13b62fe1670f1865719a6446adf7e8a0a225b8 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 5 Mar 2019 18:48:57 +0100 Subject: [PATCH] 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. --- debian/gaming.station.preseed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 [[[