Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Wed Sep 26 23:28:40 2007 +0200 (14 months ago) | |
| changeset 113 | 91950c1eddd8 |
| manifest | 91950c1eddd8 |
| parent 112 | 4d53d605aee1 |
| child 114 | 708bf2a73e5d |
--- 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 outCalling 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~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~