From e61f8058757c44b6508f7e92039a767becd25e51 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 27 Mar 2016 16:48:27 -0400 Subject: fix typo in a URL and don't use the cdrom to install ltsp… (thanks Pere) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'd-i-preseed-cfgs') 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 470108df..eae4f78a 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 -- cgit v1.2.3-54-g00ecf