summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-07 19:24:04 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-08-07 20:10:45 +0100
commit77498d336afe160783f5e54d8ee543af479ede8b (patch)
tree1d5d0fb589e8bb9b2acd148f8da0a38882f3fb4f /helpers
parent34d197833c28971bacfeb1c6e1a9f9cd15f1b56d (diff)
downloadvyos-live-build-77498d336afe160783f5e54d8ee543af479ede8b.tar.gz
vyos-live-build-77498d336afe160783f5e54d8ee543af479ede8b.zip
Print nicer error message when bootstrap missing from LH_CACHE_STAGES.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_debian-installer3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 60b9450d8..fffc2949f 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -412,6 +412,9 @@ then
done
else
Echo_error "Could not find cache/packages_bootstrap."
+ Echo_error "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
+ Echo_error "LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being"
+ Echo_error "cached - these are required when integrating the Debian Installer."
exit 1
fi