Package: jenkins.debian.org
Severity: normal

The file d-i-preseed-cfgs/debian-edu_wheezy_minimal_preseed.cfg is 
missing.

This file seems to have been removed accidentally (commit f859e7f),
but is needed to avoid a dangling symlink for stretch_minimal.
The file might be renamed, though - and the symlink adjusted...

Patch attached.

Wolfgang
From fc42e18be863edf8ba6ad771ecd5837deaf02748 Mon Sep 17 00:00:00 2001
From: Wolfgang Schweer <wschw...@arcor.de>
Date: Thu, 2 Mar 2017 15:04:11 +0100
Subject: [PATCH] g-i: add
 d-i-preseed-cfgs/debian-edu_wheezy_minimal_preseed.cfg

This file seems to have been removed accidentally (commit f859e7f),
but is needed to avoid a dangling symlink for stretch_minimal.

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
---
 .../debian-edu_wheezy_minimal_preseed.cfg          | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 d-i-preseed-cfgs/debian-edu_wheezy_minimal_preseed.cfg

diff --git a/d-i-preseed-cfgs/debian-edu_wheezy_minimal_preseed.cfg b/d-i-preseed-cfgs/debian-edu_wheezy_minimal_preseed.cfg
new file mode 100644
index 00000000..484eae54
--- /dev/null
+++ b/d-i-preseed-cfgs/debian-edu_wheezy_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
-- 
2.11.0

Attachment: signature.asc
Description: PGP signature

Reply via email to