summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-08-18 12:08:25 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:46 +0100
commitff4e057387fc93f782916384476c5dc7d6fc2349 (patch)
treef02f9c6c9ab5f0e7e96a410563f1229bea050494 /functions/defaults.sh
parent21964d0163b07eabd5822551a8d1f5053baf4dcb (diff)
downloadlive-build-ff4e057387fc93f782916384476c5dc7d6fc2349.zip
live-build-ff4e057387fc93f782916384476c5dc7d6fc2349.tar.gz
Setting binary mirror default to cdn.debian.net.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 68a6590..1009eb3 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -348,15 +348,7 @@ Set_defaults ()
then
case "${LH_MODE}" in
debian|debian-release)
- case "${LH_ARCHITECTURE}" in
- amd64|i386)
- LH_MIRROR_BINARY="http://ftp.us.debian.org/debian/"
- ;;
-
- *)
- LH_MIRROR_BINARY="http://ftp.de.debian.org/debian/"
- ;;
- esac
+ LH_MIRROR_BINARY="http://cdn.debian.net/debian/"
;;
emdebian)