From d35d4686e5c7a0a9e88497ae687e8c188179a3a4 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Tue, 25 Oct 2022 15:40:04 +0000 Subject: [PATCH] Update 'maas-setup.sh' --- maas-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maas-setup.sh b/maas-setup.sh index 2858ba2..4a83a6f 100644 --- a/maas-setup.sh +++ b/maas-setup.sh @@ -29,7 +29,7 @@ echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo deb echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections sudo apt-get install iptables-persistent -y # LXD init -sudo cat maas-baremetal-k8s-tutorial/lxd.conf | lxd init --preseed +sudo cat maas-baremetal-k8s-tutorial/lxd.conf | sudo lxd init --preseed # verify LXD network config lxc network show lxdbr0 # Wait for LXD to be ready