summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_debootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 07:41:29 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 07:41:29 +0100
commit2eecd1b814f7caa7e29ae744fec6cc59e1c77018 (patch)
treee39a296f6b55ca0cd504b01159ddd5a0c88df60f /scripts/build/bootstrap_debootstrap
parent1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 (diff)
downloadvyos-live-build-2eecd1b814f7caa7e29ae744fec6cc59e1c77018.tar.gz
vyos-live-build-2eecd1b814f7caa7e29ae744fec6cc59e1c77018.zip
Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).
Diffstat (limited to 'scripts/build/bootstrap_debootstrap')
-rwxr-xr-xscripts/build/bootstrap_debootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index 263f6783d..76fe32e39 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -63,10 +63,10 @@ then
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURES}"
fi
-if [ "${LIVE_IMAGE_ARCHIVE_AREAS}" != "main" ]
+if [ "${LB_ARCHIVE_AREAS}" != "main" ]
then
# Modify archive areas to remove leading/trailing whitespaces and replace other whitepspace with commas
- DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components=$(echo ${LIVE_IMAGE_ARCHIVE_AREAS} | sed -e 's| |,|g')"
+ DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components=$(echo ${LB_ARCHIVE_AREAS} | sed -e 's| |,|g')"
fi
if [ "${_VERBOSE}" = "true" ]