From c4b239caf51b39ff21b69de1a81f79732594a2a3 Mon Sep 17 00:00:00 2001
From: Roland Clobus <rclobus@rclobus.nl>
Date: Wed, 11 Nov 2020 11:21:34 +0100
Subject: Bugfix: Live installer can run without LB_CACHE_PACKAGES

---
 functions/configuration.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3