On Fri, Jan 09, 2009 at 09:53:06PM -0500, Rob Owens wrote: > when the installer asks for my proxy information. This gets put into > /etc/apt/apt.conf like this: > > Acquire::http::Proxy "http://myproxy:3142"; > > Then when any of my systems need to download new packages, they check the > proxy first and go to the internet only if a current package is not available > from the proxy. > > > Anyway, I'd like to be able to do use the proxy when I'm building the chroot > environment. Something like this: > > ltsp-build-client --proxy http://myproxy:3142
committed to the Debian plugins: http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/annotate/head%3A/server/plugins/ltsp-build-client/Debian/010-http-proxy should work on older versions too, just drop the file into /usr/share/ltsp/plugins/ltsp-build-client/Debian (or /etc/ltsp/plugins/ltsp-build-client). you can use --http-proxy to specify it from the commandline, or it will autodetect it from your /etc/apt/apt.conf* settings. --no-guess-proxy will disable autodetection. live well, vagrant ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
