summaryrefslogtreecommitdiffstats
path: root/d-i-preseed-cfgs
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-01-22 05:11:20 +0100
committerHolger Levsen <holger@layer-acht.org>2014-01-22 05:11:20 +0100
commitf55b5b6f2799856de098498b9d52f2b80d6e95cf (patch)
tree3bfaf1d358d64d4a209a038df4e0e2636aa1bd3e /d-i-preseed-cfgs
parentcb4515a5d5593309f5023164615c747b1128eb34 (diff)
downloadjenkins.debian.net-f55b5b6f2799856de098498b9d52f2b80d6e95cf.tar.xz
sid-xfce.cfg: preseed grub-installer to workaround the fallout from 706112
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r--d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg4
1 files changed, 4 insertions, 0 deletions
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..fed6de96 100644
--- a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg
+++ b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg
@@ -98,6 +98,10 @@ d-i mirror/http/proxy string http://10.0.2.1:3128/
# Alternatively, to skip creation of a normal user account.
#d-i passwd/make-user boolean false
+# FIXME: add to other cfgs and include the rest from http://www.debian.org/releases/wheezy/i386/apbs04.html.en#preseed-bootloader
+# this is probably due to the fix for #706112
+d-i grub-installer/bootdev string /dev/sda
+
# Root password, either in clear text
d-i passwd/root-password password r00tme
d-i passwd/root-password-again password r00tme