diff options
4 files changed, 12 insertions, 0 deletions
diff --git a/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg index 095e1f91..83d7987f 100644 --- a/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg @@ -319,6 +319,9 @@ tasksel tasksel/first multiselect standard, desktop # popular and include it on CDs. #popularity-contest popularity-contest/participate boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + ### Finishing up the installation # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg index d280dad8..ed3a0937 100644 --- a/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg @@ -319,6 +319,9 @@ tasksel tasksel/desktop multiselect kde # popular and include it on CDs. #popularity-contest popularity-contest/participate boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + ### Finishing up the installation # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg index 326fbd19..e420e6fc 100644 --- a/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg @@ -319,6 +319,9 @@ tasksel tasksel/desktop multiselect xfce # popular and include it on CDs. #popularity-contest popularity-contest/participate boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + ### Finishing up the installation # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg index 326fbd19..e420e6fc 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg @@ -319,6 +319,9 @@ tasksel tasksel/desktop multiselect xfce # popular and include it on CDs. #popularity-contest popularity-contest/participate boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + ### Finishing up the installation # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next |