X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=41f36da7711771798f7914a2fe8fab2ed59146eb;hp=df23631d0ea261f2153806af91d0331e878e7c60;hb=0533a725f51aa9759cf12312cff52a50756ba47e;hpb=40f7c44d4287190c53871c3fe38f3ca1b3fc82c8 diff --git a/docs/grml-live.txt b/docs/grml-live.txt index df23631..41f36da 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -538,7 +538,7 @@ Instructions # CHROOT_INSTALL="/etc/grml/fai/chroot_install" ## adjust if necessary (defaults to /grml/grml-live): ## OUTPUT="/srv/grml-live" - FAI_DEBOOTSTRAP="wheezy http://cdn.debian.net/debian/" + FAI_DEBOOTSTRAP="wheezy http://http.debian.net/debian/" # ARCH="amd64" CLASSES="GRMLBASE,GRML_FULL,AMD64" EOF @@ -651,7 +651,7 @@ How do I create a base.tgz? First of all create the chroot using debootstrap: BASECHROOT='/tmp/basefile' - debootstrap squeeze "$BASECHROOT" http://cdn.debian.net/debian + debootstrap squeeze "$BASECHROOT" http://http.debian.net/debian tar -C "$BASECHROOT" --exclude='var/cache/apt/archives/*.deb' -zcf base.tar.gz ./ [TIP] @@ -684,7 +684,7 @@ FAI_DEBOOTSTRAP: [...] APT_PROXY="http://localhost:3142/" [...] - FAI_DEBOOTSTRAP="squeeze http://localhost:3142/cdn.debian.net/debian squeeze main contrib non-free" + FAI_DEBOOTSTRAP="squeeze http://localhost:3142/http.debian.net/debian squeeze main contrib non-free" Make sure apt-cacher-ng is running ('/etc/init.d/apt-cacher-ng restart'). That's it. All downloaded files will be cached in /var/cache/apt-cacher-ng then.