[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



On Wed, Mar 18, 2015 at 05:15:45PM +0100, Wolfgang Schweer wrote:
> 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
 
After digging into it I believe that this patch is unneeded.
Real reason for the failure was most probably a wrong preseeding in 
d-e-config/defaults.thin-client-server.

Wolfgang

Attachment: signature.asc
Description: Digital signature


Reply to: