From cf966cfde42cf7d4c64635e567c398b953213adf Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 19 Aug 2013 16:32:12 +0200 Subject: [rootfs-stage31] prioritize servers from the config file over those in kernel cmdline --- remote/rootfs/rootfs-stage31/data/etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/rootfs/rootfs-stage31/data/etc/functions b/remote/rootfs/rootfs-stage31/data/etc/functions index 5c5ba56c..1918c82a 100644 --- a/remote/rootfs/rootfs-stage31/data/etc/functions +++ b/remote/rootfs/rootfs-stage31/data/etc/functions @@ -64,7 +64,7 @@ download() { local TARGET_PATH="$2" for TIMEOUT in 1 2 3 4 5; do - for SERVER in $SLX_BASE_SERVERS $SLX_SERVERS; do + for SERVER in $SLX_SERVERS $SLX_BASE_SERVERS; do wget -T 5 -q -O "$TARGET_PATH" "http://${SERVER}/${FILE_URL}" RET=$? if [ "x$RET" != "x0" ]; then -- cgit v1.2.3-55-g7522