[debian-edu-commits] debian-edu/ 01/01: Set type for ltsp-client-builder/use_cdrom back to 'boolean' as the real reason for failing PXE installs was a wrong preseeding in d-e-install/defaults.thin-client-server.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sun Apr 5 17:05:01 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 a4977e3bdb8f0e50045458ff25d5f5f6e1324da6
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun Apr 5 19:04:33 2015 +0200
Set type for ltsp-client-builder/use_cdrom back to 'boolean' as
the real reason for failing PXE installs was a wrong preseeding
in d-e-install/defaults.thin-client-server.
---
debian/changelog | 3 +++
sbin/debian-edu-pxeinstall | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 981ce37..03dcc89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ debian-edu-config (1.818) UNRELEASED; urgency=medium
* Add Debian-custom/080-eatmydata to enable the usage of eatmydata
as default for all possible LTSP installation methods. Partially
addresses #781515.
+ * Set type for ltsp-client-builder/use_cdrom back to 'boolean' as
+ the real reason for failing PXE installs was a wrong preseeding
+ in d-e-install/defaults.thin-client-server.
-- Wolfgang Schweer <wschweer at arcor.de> Wed, 18 Mar 2015 18:26:30 +0100
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index 9dc358a..02b440a 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 string false
+d-i ltsp-client-builder/use_cdrom boolean 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