summaryrefslogtreecommitdiff
path: root/helpers/lh_bootstrap_cdebootstrap
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-14 18:25:05 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-14 18:25:05 +0100
commit0371778301e38fa4bfe129e3f2ffdc9585d4b375 (patch)
tree211f559135253e3b5e512e0c3c5eae0977e1b916 /helpers/lh_bootstrap_cdebootstrap
parent250529183fb2a1fb3fecddc67823df3d7682e753 (diff)
downloadvyos-live-build-0371778301e38fa4bfe129e3f2ffdc9585d4b375.tar.gz
vyos-live-build-0371778301e38fa4bfe129e3f2ffdc9585d4b375.zip
Add Echo_breakage for messages preceeding often-breaking stages and use before {c,}debootstrap calls
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers/lh_bootstrap_cdebootstrap')
-rwxr-xr-xhelpers/lh_bootstrap_cdebootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap
index 5d2f22eb2..557831f38 100755
--- a/helpers/lh_bootstrap_cdebootstrap
+++ b/helpers/lh_bootstrap_cdebootstrap
@@ -134,7 +134,7 @@ then
cp cache/packages_bootstrap/*.deb chroot/var/cache/bootstrap
fi
- # Executing cdebootstrap (download-only)
+ Echo_breakage "Running cdebootstrap (download-only)... "
${LH_ROOT_COMMAND} cdebootstrap ${CDEBOOTSTRAP_OPTIONS} --download-only "${LH_DISTRIBUTION}" chroot "${LH_MIRROR_BOOTSTRAP}"
if [ -n "${LH_ROOT_COMMAND}" ]
@@ -154,7 +154,7 @@ then
cp chroot/var/cache/bootstrap/*.deb cache/packages_bootstrap
fi
- # Executing cdebootstrap (regular run)
+ Echo_breakage "Running cdebootstrap... "
${LH_ROOT_COMMAND} cdebootstrap ${CDEBOOTSTRAP_OPTIONS} "${LH_DISTRIBUTION}" chroot "${LH_MIRROR_BOOTSTRAP}"
if [ -n "${LH_ROOT_COMMAND}" ]