From 9412819eade065cb3c53f79db06cf71183fa5230 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 22 Oct 2014 23:10:41 +0200 Subject: g-i-installation: edu: force grub installation on /dev/sda --- d-i-preseed-cfgs/debian-edu_jessie_main+ltsp-server_preseed.cfg | 3 +++ d-i-preseed-cfgs/debian-edu_jessie_main-server_preseed.cfg | 5 ++++- d-i-preseed-cfgs/debian-edu_jessie_standalone_mate_preseed.cfg | 5 ++++- d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg | 5 ++++- 4 files changed, 15 insertions(+), 3 deletions(-) (limited to 'd-i-preseed-cfgs') 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 -- cgit v1.2.3-54-g00ecf