X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fgrml-live.txt;h=b797d069a23046d6204c7be38cc25071e767a8b0;hb=ef40edad37bfffcd3c08eb13695da981e52a1a36;hp=9810ab440cb35e33ddbbc9de91f9d4efbe8baa64;hpb=0f48923887e958f45b5a39c1c9894d6afa229f72;p=grml-live.git diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 9810ab4..b797d06 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -394,6 +394,31 @@ executing debootstrap. Check out the output for the following lines: 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~