
3 Sep
2008
3 Sep
'08
23:05
T o n g wrote:
Is the following all it takes for approx to work?
apt-get install approx echo 'debian http://ftp.at.debian.org/debian' >>/etc/approx/approx.conf Restart approx
Are there any more configurations? Do I need to configure apt-get to use approx? Can anyone list all your tweaks, and post all your tweaked approx related configuration files please?
for approx itself, yes.
You need to make apt-get use your approx.
approx.conf: debian http://ftp.at.debian.org/debian grml http://deb.grml.org
sources.list (if approx runs on localhost) deb http://localhost:9999/debian sid main contrib non-free deb http://localhost:9999/grml grml-testing main
and on grml-debootstrap you would simply use --mirror http://127.0.0.1:9999/debian
cu, michael