summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-07 19:24:04 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:37 +0100
commitbd4a6204bb3cd3b96d53d07829065b07e4a4f762 (patch)
treeb5685dda0bae9ad0712cc5bea5d30a0fa2c9d6c1 /helpers
parent2da3bcef16a8b85b54ecae199d557033865024f7 (diff)
downloadlive-build-bd4a6204bb3cd3b96d53d07829065b07e4a4f762.zip
live-build-bd4a6204bb3cd3b96d53d07829065b07e4a4f762.tar.gz
Print nicer error message when bootstrap missing from LH_CACHE_STAGES.
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 60b9450..fffc294 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