X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=8b2f8a130fd723ad9efda6640074d8f71525f1eb;hp=63e6024ef5d514024ccce170cd115b74db93fcc6;hb=e49b4b3cedcbbc5f328a34be25a90c4ba5d1d305;hpb=2f7f443edd8fd019be122f48c2f1e05f3f8a5872 diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 63e6024..8b2f8a1 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -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 wheezy "$BASECHROOT" http://http.debian.net/debian tar -C "$BASECHROOT" --exclude='var/cache/apt/archives/*.deb' -zcf base.tar.gz ./ [TIP]