Your message dated Sun, 5 Apr 2015 19:25:01 +0200
with message-id <[email protected]>
and subject line Re: Bug#780739: debian-edu-config: debian-edu-pxeinstall fails
to preseed ltsp-build-client
has caused the Debian Bug report #780739,
regarding debian-edu-config: debian-edu-pxeinstall fails to preseed
ltsp-build-client
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
780739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780739
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-edu-config
Version: 1.817
Severity: important
Tags: patch
During test to pxeinstall a thin-client-server I noticed, that
ltsp-client-builder preseeding had not taken effect.
This is due to a wrong type. This patch fixed it:
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
Wolfgang
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Closing the BR cause this wasn't the reason for failing LTSP chroot
installation.
Wolfgang
signature.asc
Description: Digital signature
--- End Message ---