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>2011-03-09 19:17:04 +0100
commit5ab772d8c9f026591e19459d366a64a88a482c29 (patch)
treefe5a1546319d2164f0e29b74559dc429a676a712 /functions
parent9aaba9712a2e4099f103a9ad69ef80bba147d05c (diff)
downloadlive-build-5ab772d8c9f026591e19459d366a64a88a482c29.zip
live-build-5ab772d8c9f026591e19459d366a64a88a482c29.tar.gz
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 140cc65..2ee4a11 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