summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/configuration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh
index f5460d586..bd348c45d 100755
--- a/functions/configuration.sh
+++ b/functions/configuration.sh
@@ -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