[Qa-jenkins-scm] [jenkins.debian.net] 02/02: fix typo in a URL and don't use the cdrom to install ltsp… (thanks Pere)
Holger Levsen
holger at moszumanska.debian.org
Sun Mar 27 20:50:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e61f8058757c44b6508f7e92039a767becd25e51
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Mar 27 16:48:27 2016 -0400
fix typo in a URL and don't use the cdrom to install ltsp… (thanks Pere)
---
.../debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg
index 470108d..eae4f78 100644
--- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg
+++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg
@@ -393,7 +393,10 @@ d-i grub-installer/bootdev string /dev/sda
# 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/build-client-opts string --dist jessie --mirror http://ftp.de.debian.org.org/debian --copy-sourceslist
+# Not using --copy-sourceslist as it causes cdrom apt sources
+# to be copied too, and this break the installation for some reason.
+d-i ltsp-client-builder/build-client-opts string --dist jessie \
+ --mirror http://ftp.de.debian.org/debian
rpcbind rpcbind/loopback boolean false
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list