Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Add approx to FAQ/documentation
authorMichael Prokop
Wed Sep 26 23:28:40 2007 +0200 (14 months ago)
changeset 11391950c1eddd8
manifest91950c1eddd8
parent 1124d53d605aee1
child 114708bf2a73e5d
Add approx to FAQ/documentation
docs/grml-live.txt
--- a/docs/grml-live.txt Mon Sep 24 17:52:39 2007 +0200
+++ b/docs/grml-live.txt Wed Sep 26 23:28:40 2007 +0200
@@ -394,6 +394,31 @@ executing debootstrap. Check out the out
Calling task_mirror
[...]
+Set up approx for use with grml-live
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Make sure /etc/grml/grml-live.conf provides according GRML_LIVE_SOURCES and
+FAI_DEBOOTSTRAP:
+
+ # cat /etc/grml/grml-live.conf
+ [...]
+ GRML_LIVE_SOURCES="
+ deb http://localhost:9999/grml grml-stable main
+ deb http://localhost:9999/grml grml-testing main
+ deb http://localhost:9999/debian etch main contrib non-free
+ "
+ FAI_DEBOOTSTRAP="etch http://localhost:9999/debian"
+
+Configure approx:
+
+ # cat /etc/approx/approx.conf
+ [...]
+ debian http://ftp.at.debian.org/debian
+ grml http://deb.grml.org/
+
+Don't forget to restart approx (/etc/init.d/approx restart). That's it.
+All downloaded files will be cached in /var/cache/approx now.
+
I've a question which isn't answered by this document
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~