summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2015-05-15 02:45:36 (GMT)
committerCyril Brulebois <kibi@debian.org>2015-05-15 02:45:36 (GMT)
commit97e4068c65ef369975bb3d1ebd2e814832fdcdfc (patch)
tree17000232a75f3fb802075f7dfe631d47843fdde6 /debootstrap
parentf961ecc638751cdef8a32c02ec2ccc4308e104cc (diff)
downloaddebootstrap-97e4068c65ef369975bb3d1ebd2e814832fdcdfc.zip
debootstrap-97e4068c65ef369975bb3d1ebd2e814832fdcdfc.tar.gz
debootstrap-97e4068c65ef369975bb3d1ebd2e814832fdcdfc.tar.bz2
Switch default mirror from ftp.us.debian.org to httpredir.debian.org
The latter is now an official service, see announce: https://lists.debian.org/debian-devel-announce/2015/05/msg00003.html
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