[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#780739: debian-edu-config: debian-edu-pxeinstall fails to preseed ltsp-build-client



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

Attachment: signature.asc
Description: Digital signature


Reply to: