summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_debootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-19 21:41:25 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-20 12:27:49 +0100
commitb0217026ea9608737a43f479c77f3f88a38fb860 (patch)
treece663a129b29c25a3a8f9190dceeb1e1169d2ec5 /scripts/build/bootstrap_debootstrap
parent87008965a11890a4c69671683bf58ae66b77fb92 (diff)
downloadvyos-live-build-b0217026ea9608737a43f479c77f3f88a38fb860.tar.gz
vyos-live-build-b0217026ea9608737a43f479c77f3f88a38fb860.zip
Moving off binary image archive areas into new config tree format.
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 3f4a7afe4..167c5a7d9 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -66,10 +66,10 @@ then
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch=${LIVE_IMAGE_ARCHITECTURE}"
fi
-if [ "${LB_ARCHIVE_AREAS}" != "main" ]
+if [ "${LIVE_IMAGE_ARCHIVE_AREAS}" != "main" ]
then
# Modify archive areas to remove leading/trailing whitespaces and replace other whitepspace with commas
- DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components=$(echo ${LB_ARCHIVE_AREAS} | sed -e 's| |,|g')"
+ DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components=$(echo ${LIVE_IMAGE_ARCHIVE_AREAS} | sed -e 's| |,|g')"
fi
case "${LB_USE_FAKEROOT}" in