ソースを参照

added bridge-utils

Toastie 10 ヶ月 前
コミット
9882e0f475
1 ファイル変更2 行追加1 行削除
  1. 2 1
      install_kvm.sh

+ 2 - 1
install_kvm.sh

@@ -1,8 +1,9 @@
 #!/bin/bash
 
 # 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
+                qemu-system libvirt-clients libvirt-daemon-system ovmf bridge-utils
                 
                 
 # Remove virbr0 NAT interface created during the kvm installation