summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebootstrap2
-rw-r--r--debootstrap.84
2 files changed, 3 insertions, 3 deletions
diff --git a/debootstrap b/debootstrap
index 2bbd1ac..86e9c15 100755
--- a/debootstrap
+++ b/debootstrap
@@ -48,7 +48,7 @@ CERTIFICATE=""
CHECKCERTIF=""
PRIVATEKEY=""
-DEF_MIRROR="http://ftp.us.debian.org/debian"
+DEF_MIRROR="http://httpredir.debian.org/debian"
DEF_HTTPS_MIRROR="https://mirrors.kernel.org/debian"
export LANG USE_COMPONENTS
diff --git a/debootstrap.8 b/debootstrap.8
index a2b4dff..5864148 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -162,14 +162,14 @@ Read the private key from file
.PP
To setup a \fIwheezy\fR system:
.PP
- debootstrap wheezy ./wheezy-chroot http://ftp.us.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://ftp.us.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