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:
parent
2576eed731
commit
ea91231cba
|
@ -259,7 +259,7 @@ Set_defaults ()
|
||||||
debian)
|
debian)
|
||||||
case "${LH_ARCHITECTURE}" in
|
case "${LH_ARCHITECTURE}" in
|
||||||
amd64|i386)
|
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)
|
debian)
|
||||||
case "${LH_ARCHITECTURE}" in
|
case "${LH_ARCHITECTURE}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LH_MIRROR_BINARY="http://ftp.debian.org/debian/"
|
LH_MIRROR_BINARY="http://ftp.us.debian.org/debian/"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue