Set grub timeout to 0

This commit is contained in:
Victor LABORIE 2018-10-08 18:22:45 +02:00
parent fa652c59eb
commit 71ca2b1bd5

View file

@ -52,6 +52,7 @@ d-i pkgsel/upgrade select full-upgrade
d-i grub-installer/only_debian boolean true d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true d-i grub-installer/with_other_os boolean true
d-i grub-installer/bootdev string /dev/vda d-i grub-installer/bootdev string /dev/vda
d-i grub-installer/timeout string 0
# Kernel # Kernel
d-i debian-installer/add-kernel-opts string net.ifnames=0 biosdevname=0 d-i debian-installer/add-kernel-opts string net.ifnames=0 biosdevname=0