Use cdn.debian.net as default mirror
authorMichael Prokop <mika@grml.org>
Sat, 24 Oct 2009 00:05:39 +0000 (02:05 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 24 Oct 2009 00:05:39 +0000 (02:05 +0200)
config
debian/changelog
grml-debootstrap

diff --git a/config b/config
index eae6612..eab9188 100644 (file)
--- a/config
+++ b/config
@@ -49,7 +49,8 @@ BOOT_APPEND=''
 # set mirror where debootstrap and chrootscript should download
 # packages from; if empty an existing
 # /etc/debootstrap/etc/apt/sources.list is used instead
-MIRROR='ftp://ftp.de.debian.org/debian'
+# MIRROR='ftp://ftp.de.debian.org/debian'
+MIRROR='http://cdn.debian.net/debian'
 
 # specify directory of loopback mounted Debian-ISO so you don't
 # have to download all the core packages via network but can
index a0aab0b..c01cab4 100644 (file)
@@ -2,8 +2,9 @@ grml-debootstrap (0.31) unstable; urgency=low
 
   * Adjust grubdevice() handling and install grub-pc package for
     supporting grub2. [Closes: issue747]
+  * Use cdn.debian.net as default mirror.
 
- -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 00:35:17 +0200
+ -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 02:05:26 +0200
 
 grml-debootstrap (0.30) unstable; urgency=low
 
index 84a3c52..dbf9759 100755 (executable)
@@ -328,7 +328,7 @@ prompt_for_mirror()
           )
 
   if [ "$CHOOSE_MIRROR" = 'net' ] ; then
-     [ -n "$MIRROR" ] || MIRROR='ftp://ftp.de.debian.org/debian'
+     [ -n "$MIRROR" ] || MIRROR='http://cdn.debian.net/debian'
      MIRROR="$(dialog --stdout --title "${PN}" --inputbox \
                "Please enter Debian mirror you would like to use for installing packages." \
                0 0 $MIRROR)"