summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-04 13:22:15 +0100
committerDaniel Baumann <daniel@debian.org>2010-03-04 13:22:15 +0100
commitc7bcd899f0b3b53e9fa9297494ae93bf36ee8ca0 (patch)
treefe5a1546319d2164f0e29b74559dc429a676a712 /functions
parenta3c69af546aa74559a3b73526c76b231a7e9cf75 (diff)
downloadvyos-live-build-c7bcd899f0b3b53e9fa9297494ae93bf36ee8ca0.tar.gz
vyos-live-build-c7bcd899f0b3b53e9fa9297494ae93bf36ee8ca0.zip
Applying slightly modified patch from Cody A.W. Somerville <cody.somerville@canonical.com> to add support for custom debian installer images mirror.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 140cc650f..2ee4a112c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -385,6 +385,8 @@ Set_defaults ()
esac
fi
+ LH_MIRROR_DEBIAN_INSTALLER="${LH_MIRROR_DEBIAN_INSTALLER:-${LH_MIRROR_BOOTSTRAP}}"
+
# Setting archive areas value
if [ -z "${LH_ARCHIVE_AREAS}" ]
then