docs: use wheezy and http.debian.net in base.tgz instructions
authorMichael Prokop <mika@grml.org>
Tue, 18 Jun 2013 07:31:45 +0000 (09:31 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 18 Jun 2013 07:31:45 +0000 (09:31 +0200)
docs/grml-live.txt

index 63e6024..8b2f8a1 100644 (file)
@@ -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]