diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-16 21:09:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-16 21:09:26 +0200 |
commit | 6c9a814bac7296a224002c88c478ce1c2d83ca67 (patch) | |
tree | a39f867da79695ffe0723297d21223ee3fcd9487 | |
parent | d70a5315aa4cb95b6cb010967d488f85c0206822 (diff) | |
download | jenkins.debian.net-6c9a814bac7296a224002c88c478ce1c2d83ca67.tar.xz |
g-i: install grub correctly in all sid+jessie jobs
4 files changed, 12 insertions, 0 deletions
diff --git a/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg index 095e1f91..83d7987f 100644 --- a/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg @@ -319,6 +319,9 @@ tasksel tasksel/first multiselect standard, desktop # 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 diff --git a/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg index d280dad8..ed3a0937 100644 --- a/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg @@ -319,6 +319,9 @@ tasksel tasksel/desktop multiselect kde # 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 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 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..e420e6fc 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_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 |