[debian-edu-commits] debian-edu/ 01/01: Install LTSP using --eatmydata to speed up the installation of thin client servers.
Petter Reinholdtsen
pere at moszumanska.debian.org
Sun Oct 19 17:44:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-install.
commit f087e7cfd134a56112f099f79e381989a075377e
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sun Oct 19 19:26:28 2014 +0200
Install LTSP using --eatmydata to speed up the installation of thin client servers.
---
debian/changelog | 2 ++
preseed-values/defaults.thin-client-server | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 84921f6..116b5a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ debian-edu-install (1.813) UNRELEASED; urgency=low
* Add version number to /etc/debian-edu/config if it is missing.
Fixing problem caused by bug introduced in version 1.810 and fixed
in version 1.813.
+ * Install LTSP using --eatmydata to speed up the installation of thin
+ client servers.
-- Petter Reinholdtsen <pere at debian.org> Thu, 16 Oct 2014 14:37:51 +0200
diff --git a/preseed-values/defaults.thin-client-server b/preseed-values/defaults.thin-client-server
index cb1d8aa..f4b2503 100644
--- a/preseed-values/defaults.thin-client-server
+++ b/preseed-values/defaults.thin-client-server
@@ -19,6 +19,10 @@ tftpd-hpa tftpd-hpa/directory string /var/lib/tftpboot
# Try to use the ltsp-client-builder udeb if present
d-i ltsp-client-builder/run boolean true
+# Speed up the LTSP chroot build by adding --eatmydata to the default
+# set of arguments.
+d-i ltsp-client-builder/build-client-opts string --eatmydata --mirror file:///media/cdrom --security-mirror none --updates-mirror none --accept-unsigned-packages
+
# enable NAT on thin-client-network
debian-edu-config debian-edu-config/enable-nat boolean true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git
More information about the debian-edu-commits
mailing list