From: Evgeni Golov Date: Sat, 26 Mar 2016 08:46:13 +0000 (+0100) Subject: use httpredir.debian.org as the default Debian mirror X-Git-Tag: lxc-1.0.9~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc706ab292d8d8ea5db83810a72acec6c6fcf29;p=thirdparty%2Flxc.git use httpredir.debian.org as the default Debian mirror http.debian.net is an alias anyways and httpredir.debian.org is the official name of the service Signed-off-by: Evgeni Golov --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 54eab9422..f874bc9e9 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -34,7 +34,7 @@ done export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin export GREP_OPTIONS="" -MIRROR=${MIRROR:-http://http.debian.net/debian} +MIRROR=${MIRROR:-http://httpredir.debian.org/debian} SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/} LOCALSTATEDIR="@LOCALSTATEDIR@" LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"