[Qa-jenkins-scm] [jenkins.debian.net] 01/01: g-i: add d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg

Holger Levsen holger at layer-acht.org
Sun Mar 5 15:29:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit eadcf44f7e08db88cfa46814d9a677087825f634
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Sat Mar 4 13:52:13 2017 +0100

    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 at layer-acht.org>
---
 d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg    | 43 ++++++++++++++++++++++
 ...n-edu_stretch-daily-netinst_minimal_preseed.cfg |  2 +-
 2 files changed, 44 insertions(+), 1 deletion(-)

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 0000000..484eae5
--- /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 75cc31d..6fe97c6 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list