Browse Source

added qemu-utils, added admin to libvirt

Toastie 2 months ago
parent
commit
4ef0334c08
1 changed files with 4 additions and 1 deletions
  1. 4 1
      install_kvm.sh

+ 4 - 1
install_kvm.sh

@@ -3,7 +3,7 @@
 # Install KVM
 # bridge-utils are not required but useful for debugging
 apt-get install --no-install-recommends \
-                qemu-system libvirt-clients libvirt-daemon-system ovmf bridge-utils
+                qemu-system qemu-utils libvirt-clients libvirt-daemon-system ovmf bridge-utils
                 
                 
 # Remove virbr0 NAT interface created during the kvm installation 
@@ -41,3 +41,6 @@ rm /tmp/isolated-bridge.xml
 
 # List networks
 virsh net-list
+
+# Allow admin to use libvirt
+sudo usermod -a -G libvirt admin