summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
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 /debootstrap.8
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 'debootstrap.8')
-rw-r--r--debootstrap.84
1 files changed, 2 insertions, 2 deletions
diff --git a/debootstrap.8 b/debootstrap.8
index 3b4369e..3d19683 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -165,14 +165,14 @@ Read the private key from file
.PP
To setup a \fIwheezy\fR system:
.PP
- debootstrap wheezy ./wheezy-chroot http://deb.debian.org/debian
+ debootstrap wheezy ./wheezy-chroot http://httpredir.debian.org/debian
.PP
debootstrap wheezy ./wheezy-chroot file:///LOCAL_MIRROR/debian
.PP
Full process to create a complete Debian installation of \fIsid\fR (unstable)
in a chroot:
.PP
- main # debootstrap sid sid-root http://deb.debian.org/debian/
+ main # debootstrap sid sid-root http://httpredir.debian.org/debian/
[ ... watch it download the whole system ]
main # echo "proc sid-root/proc proc defaults 0 0" >> /etc/fstab
main # mount proc sid-root/proc -t proc