Print nicer error message when bootstrap missing from LH_CACHE_STAGES.
This commit is contained in:
parent
2da3bcef16
commit
bd4a6204bb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue