[debian-edu-commits] debian-edu/ 01/01: sbin/debian-edu-pxeinstall: Fix ltsp-client-builder/use_cdrom preseeding. Although rather strange, the type has to be 'string'. (Closes: #780739).

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Wed Mar 18 17:33:28 UTC 2015


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

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

commit 3ce3c2bde3c375c40524312a2b704db09b5003cc
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Wed Mar 18 18:32:22 2015 +0100

    sbin/debian-edu-pxeinstall: Fix ltsp-client-builder/use_cdrom preseeding.
    Although rather strange, the type has to be 'string'. (Closes: #780739).
---
 debian/changelog           | 8 ++++++++
 sbin/debian-edu-pxeinstall | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cd15708..ee832ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-config (1.818) UNRELEASED; urgency=medium
+
+  * sbin/debian-edu-pxeinstall: Fix ltsp-client-builder/use_cdrom
+    preseeding. Although rather strange, the type has to be 'string'.
+    (Closes: #780739).
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Wed, 18 Mar 2015 18:26:30 +0100
+
 debian-edu-config (1.817) unstable; urgency=medium
 
   [ Wolfgang Schweer ]
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index 02b440a..9dc358a 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -199,7 +199,7 @@ d-i     mirror/ftp/proxy        string  $ftp_proxy
 #d-i passwd/root-password-crypted password passwordhash
 
 # Tell LTSP to not use the CDROM, but a HTTP mirror
-d-i ltsp-client-builder/use_cdrom boolean false
+d-i ltsp-client-builder/use_cdrom string false
 d-i ltsp-client-builder/build-client-opts string --mirror $mirrorurl --dist $dist
 
 # Tell PXE clients to fetch the correct time from the central NTP server

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