diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-16 12:23:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-16 12:23:32 +0200 |
commit | 3679c438992ad1d04e90e874eb7193cfa23c1c23 (patch) | |
tree | 248dc42071dca9329bda443c3a8f97d69a44b39e | |
parent | 3cf5a542d13ac9696d2c8bab818d16255904a6d9 (diff) | |
download | jenkins.debian.net-3679c438992ad1d04e90e874eb7193cfa23c1c23.tar.xz |
g-i: try harder to install grub...
-rw-r--r-- | d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg | 4 | ||||
-rw-r--r-- | d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg index 01593ec4..a5fe8b09 100644 --- a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg @@ -321,7 +321,9 @@ tasksel tasksel/desktop multiselect lxde # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. -d-i grub-installer/only_debian boolean true +#d-i grub-installer/only_debian boolean true +# install grub on the first disk found +d-i grub-installer/bootdev string (hd0,0) ### Finishing up the installation # During installations from serial console, the regular virtual consoles diff --git a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg index 01593ec4..8f393b01 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg @@ -1,4 +1,4 @@ -#### Contents of the preconfiguration file for Debian +### Contents of the preconfiguration file for Debian ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string en_US @@ -321,7 +321,9 @@ tasksel tasksel/desktop multiselect lxde # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. -d-i grub-installer/only_debian boolean true +#d-i grub-installer/only_debian boolean true +# install grub on the first disk found +d-i grub-installer/bootdev string (hd0,0) ### Finishing up the installation # During installations from serial console, the regular virtual consoles |