summaryrefslogtreecommitdiff
path: root/scripts/build/lb_bootstrap_debootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-02-14 13:11:26 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:43 +0100
commit3047936fb5e4bc024b4d1902a762e24d57205e20 (patch)
treed9d1c5b483db9710b67f28678ced5cb6e4805468 /scripts/build/lb_bootstrap_debootstrap
parentc6debef406f46c011bf8446f8683e1931c57a452 (diff)
downloadvyos-live-build-3047936fb5e4bc024b4d1902a762e24d57205e20.tar.gz
vyos-live-build-3047936fb5e4bc024b4d1902a762e24d57205e20.zip
Renaming mirror options to parent mirror for handling derivatives nice in future.
Diffstat (limited to 'scripts/build/lb_bootstrap_debootstrap')
-rwxr-xr-xscripts/build/lb_bootstrap_debootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 9bc7cd27c..ba5ad2ecd 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -124,7 +124,7 @@ then
fi
Echo_breakage "Running debootstrap (download-only)... "
- ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
+ ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
if [ -n "${LB_ROOT_COMMAND}" ]
then
@@ -140,7 +140,7 @@ then
fi
Echo_breakage "Running debootstrap... "
- ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
+ ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
if [ -n "${LB_ROOT_COMMAND}" ]
then