diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-22 23:10:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-22 23:10:41 +0200 |
commit | 9412819eade065cb3c53f79db06cf71183fa5230 (patch) | |
tree | 6bdd465838089361fb3f2ca4113e3b48bdbd608c | |
parent | b5a74347a8bb3926d51112fa66713c5ede696daa (diff) | |
download | jenkins.debian.net-9412819eade065cb3c53f79db06cf71183fa5230.tar.xz |
g-i-installation: edu: force grub installation on /dev/sda
4 files changed, 15 insertions, 3 deletions
diff --git a/d-i-preseed-cfgs/debian-edu_jessie_main+ltsp-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie_main+ltsp-server_preseed.cfg index f324c77f..d70b5140 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie_main+ltsp-server_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie_main+ltsp-server_preseed.cfg @@ -388,6 +388,9 @@ d-i debian-installer/exit/poweroff boolean true # downloaded. d-i debian-edu-install/participate-popcon boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + # Tell LTSP to not use the CDROM, but a HTTP mirror d-i ltsp-client-builder/use_cdrom boolean false d-i ltsp-client-builder/build-client-opts string --dist jessie --mirror http://ftp.de.debian.org.org/debian --copy-sourceslist diff --git a/d-i-preseed-cfgs/debian-edu_jessie_main-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie_main-server_preseed.cfg index 6efa6f81..40098fb5 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie_main-server_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie_main-server_preseed.cfg @@ -1,4 +1,4 @@ -### Contents of the preconfiguration file for Debian Edu jessie (testing) +### Contents of the preconfiguration file for Debian Edu jessie ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string en_US @@ -387,6 +387,9 @@ d-i debian-installer/exit/poweroff boolean true # downloaded. d-i debian-edu-install/participate-popcon boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + rpcbind rpcbind/loopback boolean false nslcd nslcd/ldap-base string dc=skole,dc=skolelinux,dc=no diff --git a/d-i-preseed-cfgs/debian-edu_jessie_standalone_mate_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie_standalone_mate_preseed.cfg index 20b18249..ded1447f 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie_standalone_mate_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie_standalone_mate_preseed.cfg @@ -1,4 +1,4 @@ -#### Contents of the preconfiguration file for Debian Edu jessie (testing) +#### Contents of the preconfiguration file for Debian Edu jessie ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string en_US @@ -387,6 +387,9 @@ d-i debian-installer/exit/poweroff boolean true # downloaded. d-i debian-edu-install/participate-popcon boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + rpcbind rpcbind/loopback boolean false nslcd nslcd/ldap-base string dc=skole,dc=skolelinux,dc=no diff --git a/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg index 20b18249..ded1447f 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg @@ -1,4 +1,4 @@ -#### Contents of the preconfiguration file for Debian Edu jessie (testing) +#### Contents of the preconfiguration file for Debian Edu jessie ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string en_US @@ -387,6 +387,9 @@ d-i debian-installer/exit/poweroff boolean true # downloaded. d-i debian-edu-install/participate-popcon boolean false +# install grub on the first disk found +d-i grub-installer/bootdev string /dev/sda + rpcbind rpcbind/loopback boolean false nslcd nslcd/ldap-base string dc=skole,dc=skolelinux,dc=no |