Skip to content

Commit fb05780

Browse files
committed
Update bootstraps scripts
1 parent 29e9aae commit fb05780

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

examples/bootstraps/ubuntu.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
sudo apt-get update
22
sudo apt-get install -yq qemu-kvm qemu python-libvirt libvirt-dev qemu-system-arm genisoimage
3-
sudo usermod -a -G libvirtd `whoami`
3+
# 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`
48
# cloudify part
59
sudo apt-get install -yq python-virtualenv python-dev git python-netifaces
610
# env create

0 commit comments

Comments
 (0)