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-18 22:14:57 (GMT)
commitfc9b919df580daf1183649bf197cb2c06a41e95b (patch)
treef785e836a48d30db6051a8da3ff69b09c4068a81 /README
parent8a77b648b1a989962314a7d389a529bdef66cf1d (diff)
downloaddebootstrap-fc9b919df580daf1183649bf197cb2c06a41e95b.zip
debootstrap-fc9b919df580daf1183649bf197cb2c06a41e95b.tar.gz
debootstrap-fc9b919df580daf1183649bf197cb2c06a41e95b.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 47fdec6..4e1e859 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: