ソースを参照

added qemu-utils, added admin to libvirt

Toastie 2 ヶ月 前
コミット
4ef0334c08
1 ファイル変更4 行追加1 行削除
  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