Browse Source

qemu-utils

added qemu-utils
Toastie 6 months ago
parent
commit
a697306026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install_kvm.sh

+ 1 - 1
install_kvm.sh

@@ -2,7 +2,7 @@
 
 # Install KVM
 apt-get install --no-install-recommends \
-                qemu-system libvirt-clients libvirt-daemon-system ovmf
+                qemu-system qemu-utils libvirt-clients libvirt-daemon-system ovmf
                 
                 
 # Remove virbr0 NAT interface created during the kvm installation