|
@@ -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
|