Bugfix: Live installer can run without LB_CACHE_PACKAGES

This commit is contained in:
Roland Clobus 2020-11-11 11:21:34 +01:00
parent 6e4e10f071
commit c4b239caf5
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ Validate_config_dependencies ()
exit 1
fi
if [ "${LB_DEBIAN_INSTALLER}" != "none" ]; then
if [ "${LB_DEBIAN_INSTALLER}" != "none" ] && [ "${LB_DEBIAN_INSTALLER}" != "live" ]; then
# d-i true, no caching
if ! In_list "bootstrap" ${LB_CACHE_STAGES} || [ "${LB_CACHE}" != "true" ] || [ "${LB_CACHE_PACKAGES}" != "true" ]
then