summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2016-10-19 05:36:00 (GMT)
committerJulien Cristau <jcristau@debian.org>2016-10-19 05:36:00 (GMT)
commit90bfdbd4ecd7822ea313afafa198c827ce0e1bda (patch)
treec70d07e4155da3017b0bddc858404d1fabc20d33 /README
parent6b98ab963dba863c76a3923609602851bde6b402 (diff)
downloaddebootstrap-90bfdbd4ecd7822ea313afafa198c827ce0e1bda.zip
debootstrap-90bfdbd4ecd7822ea313afafa198c827ce0e1bda.tar.gz
debootstrap-90bfdbd4ecd7822ea313afafa198c827ce0e1bda.tar.bz2
Revert "Switch default mirror to deb.debian.org."
Pushed by mistake. This reverts commit fc9b919df580daf1183649bf197cb2c06a41e95b.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 4e1e859..47fdec6 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://deb.debian.org/debian
+ fakeroot ./debootstrap --foreign --arch=armhf testing my-testing-dir http://httpredir.debian.org/debian
Of course you will need to execute the second stage as root to finish the bootstrap: