Grub install is now completely automated.
See bugfix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737
This commit is contained in:
parent
04f81a4fd4
commit
0d40589e60
|
@ -348,6 +348,10 @@ d-i grub-installer/only_debian boolean true
|
|||
# OS, which is less safe as it might not be able to boot that other OS.
|
||||
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 default
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
|
Loading…
Reference in New Issue