[Pkg-ltsp-devel] Bug#389276: ltsp-client-builder fail when there is
no network (CD install)
Petter Reinholdtsen
pere at hungry.com
Tue Sep 26 21:01:32 UTC 2006
tags 389276 + patch
thanks
Here is a quick and dirty patch to work around this problem, while we
wait for something that dynamically detect if http or ftp access to
the security mirror work.
Please upload a new version with this problem fixed, as it make the
udeb completely broken.
diff -ur ltsp-0.99debian2/debian/ltsp-client-builder.postinst ltsp-0.99debian2-pere/
debian/ltsp-client-builder.postinst
--- ltsp-0.99debian2/debian/ltsp-client-builder.postinst 2006-09-18 16:25:50.
000000000 +0200
+++ ltsp-0.99debian2-pere/debian/ltsp-client-builder.postinst 2006-09-26 22:57:25.
000000000 +0200
@@ -34,7 +34,9 @@
db_progress STEP 1
DEBIAN_PRIORITY=critical
-in-target /usr/sbin/ltsp-build-client --mirror file:///cdrom
+in-target /usr/sbin/ltsp-build-client \
+ --mirror file:///cdrom \
+ --security-mirror none
db_progress STEP 1
friendly,
--
Petter Reinholdtsen
More information about the Pkg-ltsp-devel
mailing list