Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.

This commit is contained in:
Daniel Baumann 2008-01-16 12:58:07 +01:00
parent 2576eed731
commit ea91231cba
1 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ Set_defaults ()
debian)
case "${LH_ARCHITECTURE}" in
amd64|i386)
LH_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
LH_MIRROR_BOOTSTRAP="http://ftp.us.debian.org/debian/"
;;
*)
@ -287,7 +287,7 @@ Set_defaults ()
debian)
case "${LH_ARCHITECTURE}" in
amd64|i386)
LH_MIRROR_BINARY="http://ftp.debian.org/debian/"
LH_MIRROR_BINARY="http://ftp.us.debian.org/debian/"
;;
*)