From bd4a6204bb3cd3b96d53d07829065b07e4a4f762 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 7 Aug 2008 19:24:04 +0100 Subject: Print nicer error message when bootstrap missing from LH_CACHE_STAGES. --- helpers/lh_binary_debian-installer | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.0