From: Michael Prokop Date: Sat, 24 Oct 2009 00:05:39 +0000 (+0200) Subject: Use cdn.debian.net as default mirror X-Git-Tag: v0.31~5 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=a3c10e584dd26528ca76e201ab8a0e6b061db3ac;ds=sidebyside Use cdn.debian.net as default mirror --- diff --git a/config b/config index eae6612..eab9188 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index a0aab0b..c01cab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 24 Oct 2009 00:35:17 +0200 + -- Michael Prokop Sat, 24 Oct 2009 02:05:26 +0200 grml-debootstrap (0.30) unstable; urgency=low diff --git a/grml-debootstrap b/grml-debootstrap index 84a3c52..dbf9759 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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)"