summaryrefslogtreecommitdiffstats
path: root/d-i-preseed-cfgs
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-15 17:13:15 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-15 17:13:15 +0200
commitd10750261572bcc0a0de84b33854f4b6e1115b3a (patch)
tree2b840fc5ec204b10300abca4805836ceb4261c88 /d-i-preseed-cfgs
parente75d05bba528a88c567ea5323677c20a722c7abd (diff)
downloadjenkins.debian.net-d10750261572bcc0a0de84b33854f4b6e1115b3a.tar.xz
preseed: instal grub automatically in the mbr
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r--d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg4
-rw-r--r--d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg4
2 files changed, 8 insertions, 0 deletions
diff --git a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg
index 33ad5eaf..01593ec4 100644
--- a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg
+++ b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg
@@ -319,6 +319,10 @@ tasksel tasksel/desktop multiselect lxde
# popular and include it on CDs.
#popularity-contest popularity-contest/participate boolean false
+# 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
+
### 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_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg
index 33ad5eaf..01593ec4 100644
--- a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg
+++ b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg
@@ -319,6 +319,10 @@ tasksel tasksel/desktop multiselect lxde
# popular and include it on CDs.
#popularity-contest popularity-contest/participate boolean false
+# 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
+
### Finishing up the installation
# During installations from serial console, the regular virtual consoles
# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next