Your message dated Sun, 5 Apr 2015 19:25:01 +0200 with message-id <20150405172501.GA13128@local.schweer-online.de> 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 owner@bugs.debian.org immediately.) -- 780739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780739 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: debian-edu-config: debian-edu-pxeinstall fails to preseed ltsp-build-client
- From: Wolfgang Schweer <wschweer@arcor.de>
- Date: Wed, 18 Mar 2015 17:15:45 +0100
- Message-id: <20150318161544.GA8981@local.schweer-online.de>
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 WolfgangAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 780739-done@bugs.debian.org
- Subject: Re: Bug#780739: debian-edu-config: debian-edu-pxeinstall fails to preseed ltsp-build-client
- From: Wolfgang Schweer <wschweer@arcor.de>
- Date: Sun, 5 Apr 2015 19:25:01 +0200
- Message-id: <20150405172501.GA13128@local.schweer-online.de>
- In-reply-to: <[🔎] 20150405165618.GA7892@local.schweer-online.de>
- References: <20150318161544.GA8981@local.schweer-online.de> <[🔎] 20150405165618.GA7892@local.schweer-online.de>
Closing the BR cause this wasn't the reason for failing LTSP chroot installation. WolfgangAttachment: signature.asc
Description: Digital signature
--- End Message ---