update to Debian 12 (2)
[debian6500.git] / simple-cdd / profiles / trc6500.preseed
index c64f3a4c3e28904d9382b356e28f5264e3a40971..b3a5c56f96f4b706f458ea1d352051c6271320c2 100644 (file)
@@ -90,14 +90,18 @@ d-i partman/mount_style select  traditional
 
 
 # GRUB configuration
-grub grub-pc/install_devices multiselect /dev/sda
+d-i grub-installer/bootdev string default
+d-i grub-installer/only_debian boolean true
 # unlike what the internet would tell you, sending this command to d-i doesn't work
+grub grub-pc/install_devices multiselect /dev/sda
 
 # iptables configuration
-
 iptables-persistent iptables-persistent/autosave_v6 boolean false
 iptables-persistent iptables-persistent/autosave_v4 boolean false
 
+# Scan for additionnal device
+d-i apt-setup/cdrom/set-first boolean false
+
 # APT configuration
 d-i apt-setup/use_mirror boolean false
 popularity-contest popularity-contest/participate boolean false