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