summaryrefslogtreecommitdiffstats
path: root/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'd-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg')
-rw-r--r--d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg5
1 files changed, 4 insertions, 1 deletions
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