summaryrefslogtreecommitdiffstats
path: root/d-i-preseed-cfgs
diff options
context:
space:
mode:
authorWolfgang Schweer <wschweer@arcor.de>2017-03-04 13:52:13 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-05 16:28:46 +0100
commiteadcf44f7e08db88cfa46814d9a677087825f634 (patch)
tree2514887f3c9c69807ce45c2198cf5faa43641f9e /d-i-preseed-cfgs
parentd3928b128c348e8f7bccc822312e909bf3b79438 (diff)
downloadjenkins.debian.net-eadcf44f7e08db88cfa46814d9a677087825f634.tar.xz
g-i: add d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg
As the content of this file isn't supposed to change much over time, the filename could be w/o codename. Adjust symlink for stretch_minimal_preseed file. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r--d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg43
l---------d-i-preseed-cfgs/debian-edu_stretch-daily-netinst_minimal_preseed.cfg2
2 files changed, 44 insertions, 1 deletions
diff --git a/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg b/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg
new file mode 100644
index 00000000..484eae54
--- /dev/null
+++ b/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg
@@ -0,0 +1,43 @@
+d-i debian-installer/locale string en_US
+d-i keymap select us
+d-i netcfg/choose_interface select auto
+d-i netcfg/get_hostname string minimal
+d-i netcfg/get_domain string intern
+d-i netcfg/wireless_wep string
+d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Debian-Edu debian-installer profile
+d-i mirror/country string manual
+d-i mirror/http/hostname string ftp.de.debian.org
+d-i mirror/http/directory string /debian
+d-i mirror/http/proxy string http://10.0.2.1:3128/
+d-i passwd/root-password password r00tme
+d-i passwd/root-password-again password r00tme
+d-i passwd/user-fullname string Jenkins Testuser
+d-i passwd/username string jenkins
+d-i passwd/user-password password insecure
+d-i passwd/user-password-again password insecure
+d-i clock-setup/utc boolean true
+d-i time/zone string US/Eastern
+d-i clock-setup/ntp boolean true
+d-i partman-auto/method string lvm
+d-i partman-lvm/device_remove_lvm boolean true
+d-i partman-md/device_remove_md boolean true
+d-i partman-lvm/confirm boolean true
+d-i partman-lvm/confirm_nooverwrite boolean true
+d-i partman-auto/choose_recipe select atomic
+d-i partman-partitioning/confirm_write_new_label boolean true
+d-i partman/choose_partition select finish
+d-i partman/confirm boolean true
+d-i partman/confirm_nooverwrite boolean true
+d-i partman-md/confirm boolean true
+d-i partman-partitioning/confirm_write_new_label boolean true
+d-i partman/choose_partition select finish
+d-i partman/confirm boolean true
+d-i partman/confirm_nooverwrite boolean true
+d-i debian-edu-install/profile multiselect Minimal
+d-i debian-edu-install/confirm boolean true
+d-i finish-install/reboot_in_progress note
+d-i debian-installer/exit/poweroff boolean true
+d-i debian-edu-install/participate-popcon boolean false
+rpcbind rpcbind/loopback boolean false
+nslcd nslcd/ldap-base string dc=skole,dc=skolelinux,dc=no
+nslcd nslcd/ldap-uris string DNS
diff --git a/d-i-preseed-cfgs/debian-edu_stretch-daily-netinst_minimal_preseed.cfg b/d-i-preseed-cfgs/debian-edu_stretch-daily-netinst_minimal_preseed.cfg
index 75cc31dc..6fe97c6f 120000
--- a/d-i-preseed-cfgs/debian-edu_stretch-daily-netinst_minimal_preseed.cfg
+++ b/d-i-preseed-cfgs/debian-edu_stretch-daily-netinst_minimal_preseed.cfg
@@ -1 +1 @@
-debian-edu_wheezy_minimal_preseed.cfg \ No newline at end of file
+debian-edu_minimal_preseed.cfg \ No newline at end of file