summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2016-10-18 22:14:57 (GMT)
committerJulien Cristau <jcristau@debian.org>2016-10-20 06:40:36 (GMT)
commit9e8bc60ad1ccf3a25ce7890526b70059f3e770de (patch)
treecda3c5f2b3a975d3fe1871754184b49596e8aad2 /README
parent380bebe0a3281a724e16ca4d74de80cf510689c2 (diff)
downloaddebootstrap-9e8bc60ad1ccf3a25ce7890526b70059f3e770de.zip
debootstrap-9e8bc60ad1ccf3a25ce7890526b70059f3e770de.tar.gz
debootstrap-9e8bc60ad1ccf3a25ce7890526b70059f3e770de.tar.bz2
Switch default mirror to deb.debian.org.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1e9402a..d258e00 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ If you are running a multi-stage boot strap (for example for a QEMU
rootfs) you don't even need root:
export DEBOOTSTRAP_DIR=`pwd`
- fakeroot ./debootstrap --foreign --arch=armhf testing my-testing-dir http://httpredir.debian.org/debian
+ fakeroot ./debootstrap --foreign --arch=armhf testing my-testing-dir http://deb.debian.org/debian
Of course you will need to execute the second stage as root to finish the bootstrap: