From d8b5ca5b6c5034d75773c71909121ce0b3f3e86d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 23 Jul 2023 17:32:05 +0000 Subject: [PATCH] Tweak lxd init to support already-installed lxd --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2137aa1..dd5a08b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -100,7 +100,7 @@ EOF rm ./preseed.conf lxc config set core.https_address [::] else - lxd init --auto --storage-backend=dir + lxd init --auto #--storage-backend=dir fi popd