[debian-edu-commits] debian-edu/ 01/01: Enable the auto flag in the PXE installation, to allow more settings to be fetched from the preseed file.

Petter Reinholdtsen pere at moszumanska.debian.org
Tue Oct 7 17:36:47 UTC 2014


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

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

commit 33828828b80a82073c186a11883d60857b1dce0e
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Oct 7 19:36:43 2014 +0200

    Enable the auto flag in the PXE installation, to allow more settings to be fetched from the preseed file.
---
 debian/changelog           | 5 +++++
 sbin/debian-edu-pxeinstall | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index feaea4e..e1e65d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 debian-edu-config (1.810) UNRELEASED; urgency=high
 
+  [ Wolfgang Schweer ]
   * Fix LDAP dataloss if the system is powered down or rebooted by
     unsetting 'dbnosync' in slapd-debian-edu.conf.
 
+ [ Petter Reinholdtsen ]
+  * Enable the auto flag in the PXE installation, to allow more settings
+    to be fetched from the preseed file.
+
  -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 07 Oct 2014 12:47:06 +0200
 
 debian-edu-config (1.809) unstable; urgency=high
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index 9f9db1c..e1fc013 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -272,7 +272,7 @@ echo "Generating $menufile"
 LABEL neteduboot-$arch
         MENU LABEL Install Edu/^$arch ($desktop)
         kernel debian-installer/$arch/linux
-        append $gtkvideo initrd=debian-installer/$arch/initrd.gz -- quiet url=$preseedurl hostname=$hostname domain=$domain $installconfig
+        append $gtkvideo initrd=debian-installer/$arch/initrd.gz -- quiet auto url=$preseedurl hostname=$hostname domain=$domain $installconfig
 	ipappend 2
 include menupassword.cfg
 

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