On Sat, Mar 04, 2017 at 10:59:23AM +0000, Holger Levsen wrote:
> On Thu, Mar 02, 2017 at 03:19:46PM +0100, Wolfgang Schweer wrote:
> > 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...
> 
> yeah, wouldnt it be better to drop the symlink, have no file for wheezy and
> have one for stretch? (+jessie?)
 
Sure, should have been more verbose. 

So I've renamed the file now ad adjusted the symlink for stretch_minimal 
(there doesn't seem to be a jessie_minimal).

Revised patch attached.

Wolfgang
From 1bc61b95d3e7643dbd461b7a53c1735c339bfeec Mon Sep 17 00:00:00 2001
From: Wolfgang Schweer <wschw...@arcor.de>
Date: Sat, 4 Mar 2017 13:52:13 +0100
Subject: [PATCH] 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.
---
 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(-)
 create mode 100644 d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg

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
-- 
2.11.0

Attachment: signature.asc
Description: PGP signature

Reply via email to