We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e9aae commit fb05780Copy full SHA for fb05780
1 file changed
examples/bootstraps/ubuntu.sh
@@ -1,6 +1,10 @@
1
sudo apt-get update
2
sudo apt-get install -yq qemu-kvm qemu python-libvirt libvirt-dev qemu-system-arm genisoimage
3
-sudo usermod -a -G libvirtd `whoami`
+# use UI
4
+sudo apt-get install -yq virt-manager libvirt-clients
5
+# add rights to use libvirt
6
+sudo usermod -a -G libvirt `whoami`
7
+sudo usermod -a -G kvm `whoami`
8
# cloudify part
9
sudo apt-get install -yq python-virtualenv python-dev git python-netifaces
10
# env create
0 commit comments