X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;fp=grml-debootstrap;h=62e2c7ee179bbef1ebcfa1ceb086cc074ad40de2;hp=cbd1938e7ed8cfc61c3c0c6bdeba8067416737a7;hb=f3a7ab6b9468d8424eb30d68df68929fffc05cf3;hpb=a93156ca9d385302a8b2f8092c15a2ca47306910 diff --git a/grml-debootstrap b/grml-debootstrap index cbd1938..62e2c7e 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -20,7 +20,7 @@ DEBCONF='yes' DEBIAN_FRONTEND='noninteractive' DEBOOTSTRAP='debootstrap' EXTRAPACKAGES='yes' -FALLBACK_MIRROR='http://cdn.debian.net/debian' +FALLBACK_MIRROR='http://http.debian.net/debian' FORCE='' HOSTNAME='grml' INITRD='yes' @@ -557,7 +557,7 @@ prompt_for_mirror() [ $? -eq 0 ] || bailout if [ "$CHOOSE_MIRROR" = 'net' ] ; then - [ -n "$MIRROR" ] || MIRROR='http://cdn.debian.net/debian' + [ -n "$MIRROR" ] || MIRROR='http://http.debian.net/debian' MIRROR="$(dialog --stdout --title "${PN}" --inputbox \ "Please enter Debian mirror you would like to use for installing packages." \ 0 0 $MIRROR)"