From 97e4068c65ef369975bb3d1ebd2e814832fdcdfc Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 15 May 2015 04:45:36 +0200 Subject: 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 --- debian/changelog | 2 ++ debootstrap | 2 +- debootstrap.8 | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64bafb7..8c467cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ debootstrap (1.0.69) UNRELEASED; urgency=medium * Add support for --force-check-gpg so that one can programmatically make sure keyring checks are used and that no fallback to an https mirror happens (Closes: #661501, #733179, #775454). + * Switch default mirror from ftp.us.debian.org to the new, official + http redirector service: httpredir.debian.org -- Cyril Brulebois Thu, 14 May 2015 23:52:52 +0200 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 -- cgit v0.12