summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2016-10-18 22:14:57 (GMT)
committerJulien Cristau <jcristau@debian.org>2016-10-20 06:40:36 (GMT)
commit9e8bc60ad1ccf3a25ce7890526b70059f3e770de (patch)
treecda3c5f2b3a975d3fe1871754184b49596e8aad2 /debootstrap
parent380bebe0a3281a724e16ca4d74de80cf510689c2 (diff)
downloaddebootstrap-9e8bc60ad1ccf3a25ce7890526b70059f3e770de.zip
debootstrap-9e8bc60ad1ccf3a25ce7890526b70059f3e770de.tar.gz
debootstrap-9e8bc60ad1ccf3a25ce7890526b70059f3e770de.tar.bz2
Switch default mirror to deb.debian.org.
Diffstat (limited to '')
-rwxr-xr-xdebootstrap4
-rw-r--r--debootstrap.84
2 files changed, 4 insertions, 4 deletions
diff --git a/debootstrap b/debootstrap
index 0d6cb54..3bf5908 100755
--- a/debootstrap
+++ b/debootstrap
@@ -46,8 +46,8 @@ CERTIFICATE=""
CHECKCERTIF=""
PRIVATEKEY=""
-DEF_MIRROR="http://httpredir.debian.org/debian"
-DEF_HTTPS_MIRROR="https://mirrors.kernel.org/debian"
+DEF_MIRROR="http://deb.debian.org/debian"
+DEF_HTTPS_MIRROR="https://deb.debian.org/debian"
export LANG USE_COMPONENTS
umask 022
diff --git a/debootstrap.8 b/debootstrap.8
index bb590d7..d1adf26 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -169,14 +169,14 @@ Read the private key from file
.PP
To setup a \fIwheezy\fR system:
.PP
- debootstrap wheezy ./wheezy-chroot http://httpredir.debian.org/debian
+ debootstrap wheezy ./wheezy-chroot http://deb.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://httpredir.debian.org/debian/
+ main # debootstrap sid sid-root http://deb.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