diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-27 16:48:27 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-27 16:48:27 -0400 |
commit | e61f8058757c44b6508f7e92039a767becd25e51 (patch) | |
tree | 9ff7ce143fcee82b1a836d017d8c27fb11c66d1a | |
parent | f133eb116f7814eeee6cd09a8f10f784fca05e24 (diff) | |
download | jenkins.debian.net-e61f8058757c44b6508f7e92039a767becd25e51.tar.xz |
fix typo in a URL and don't use the cdrom to install ltsp… (thanks Pere)
-rw-r--r-- | d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main+ltsp-server_preseed.cfg | 5 |
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 |