[debian-edu-commits] debian-edu/ 01/01: sbin/debian-edu-pxeinstall: add 'mirror/http/mirror' (select entry) from the installed system to the preseed file to avoid manual selection during PXE installations.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Thu Nov 20 11:18:04 UTC 2014


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

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 442fecf14e4991696fdae8a48c04780d7744dc44
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Thu Nov 20 12:17:34 2014 +0100

    sbin/debian-edu-pxeinstall: add 'mirror/http/mirror' (select entry) from the installed system to the preseed file to avoid manual selection during PXE installations.
---
 debian/changelog           | 3 +++
 sbin/debian-edu-pxeinstall | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1ddc461..19577ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ debian-edu-config (1.814) UNRELEASED; urgency=low
     'localhost' some time ago to make the package useable on vanilla
     Debian systems, but a config file for Debian Edu wasn't provided.)
     (Closes: #769806).
+  * sbin/debian-edu-pxeinstall: add 'mirror/http/mirror' (select entry)
+    from the installed system to the preseed file to avoid manual
+    selection during PXE installations.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 01 Nov 2014 07:25:41 +0100
 
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index c1682f4..ef2c2e4 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -247,7 +247,7 @@ choose-mirror-bin     mirror/http/hostname    string  http.debian.net
 choose-mirror-bin     mirror/http/directory   string  /debian
 EOF
     else
-	debconf-get-selections --installer | egrep -w 'mirror/country|mirror/protocol|mirror/http/hostname|mirror/http/directory|mirror/ftp/hostname|mirror/ftp/directory' | sort
+	debconf-get-selections --installer | egrep -w 'mirror/http/mirror|mirror/country|mirror/protocol|mirror/http/hostname|mirror/http/directory|mirror/ftp/hostname|mirror/ftp/directory' | sort
     fi
 
     # Make it easier to have local overrides and still be able to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list