Feature 8839: Modified Installation script to install OSM with
[osm/devops.git] / packer / scripts / lxd-setup.sh
1 sudo lxd init --auto --storage-backend zfs --storage-pool lxdpool --storage-create-loop 20
2
3 sudo systemctl stop lxd-bridge
4 sudo systemctl --system daemon-reload
5
6 sudo cp -f /tmp/lxd-bridge /etc/default/lxd-bridge
7 sudo systemctl enable lxd-bridge
8 sudo systemctl start lxd-bridge
9
10 sudo usermod -a -G lxd $(whoami)