diff options
Diffstat (limited to 'd-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg')
-rw-r--r-- | d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |