From: Michael Gebetsroither Date: Thu, 4 Sep 2008 08:43:17 +0000 (+0200) Subject: added tip for approxy X-Git-Tag: v0.4.12~3 X-Git-Url: https://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=cae38e8e83824769c821ceae440acbd12be352b2 added tip for approxy --- diff --git a/grml_tips b/grml_tips index cdb37e8..1fdf527 100644 --- a/grml_tips +++ b/grml_tips @@ -3108,3 +3108,17 @@ List content: Extract files to current directory: % ytnef -f . winmail.dat -- +Approx - Debian package proxy/cacher howto + +% apt-get install approx +% echo 'debian http://ftp.de.debian.org/debian' >>/etc/approx/approx.conf +% Restart approx + +Add your new approx to sources.list + +eg. +deb http://localhost:9999/debian unstable main contrib non-free + +use approx in grml-debootstrap like: +% grml-debootstrap -r lenny -t /dev/sda1 -m http://127.0.0.1:9999/debian +--