[SCM] debian-live branch, master, updated. 1.0_a48-1-24-g15ee6f0

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 7 19:21:52 UTC 2008


The following commit has been merged in the master branch:
commit 77498d336afe160783f5e54d8ee543af479ede8b
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Aug 7 19:24:04 2008 +0100

    Print nicer error message when bootstrap missing from LH_CACHE_STAGES.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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
 

-- 
debian-live



More information about the debian-live-changes mailing list