aboutsummaryrefslogtreecommitdiffstats
path: root/preseed.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-04-16 19:36:59 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:28:06 +0200
commitfb7da2da82b4d90f23d6270d2e64823a8ce6d4b0 (patch)
treeda5e0362392d094a1c81b1653a91755fd850f5ea /preseed.cfg
parent946afd41599cd999e51074b6bd66ac91463ece1f (diff)
Force grub to be installed on devices other than /dev/sda if asked to.
This is a dirty fix for #666974 (which is fixed in Jessie's installer).
Diffstat (limited to 'preseed.cfg')
-rw-r--r--preseed.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/preseed.cfg b/preseed.cfg
index 8911d46..6428063 100644
--- a/preseed.cfg
+++ b/preseed.cfg
@@ -102,7 +102,6 @@ d-i clock-setup/ntp boolean true
d-i clock-setup/ntp-server string 0.se.pool.ntp.org
d-i time/zone string Europe/Stockholm
-
################################################################################
# dpkg/APT (install minimal system)
@@ -122,6 +121,3 @@ d-i pkgsel/upgrade select safe-upgrade
d-i preseed/early_command string anna-install fripost-partman fripost-postinst
d-i preseed/late_command string /bin/in-target /usr/bin/update-alternatives --set editor /usr/bin/vim.nox
-
-# Dirty fix for bug #666974
-d-i grub-installer/only_debian boolean false