Since at least 12.04, the kvm package is a transitional dummy
package intended to move users to the newer qemu-kvm package. This
removes the dependency on this dummy package, which will be going away
in 14.04, and instead depends on the proper qemu-kvm package.
Change-Id: I4a88ada3cf32106413a9fae6fe77c9c4c28a524e
Closes-bug: #1294557
| ... | ... |
@@ -18,7 +18,7 @@ DEBUG_LIBVIRT=$(trueorfalse False $DEBUG_LIBVIRT) |
| 18 | 18 |
# Installs required distro-specific libvirt packages. |
| 19 | 19 |
function install_libvirt {
|
| 20 | 20 |
if is_ubuntu; then |
| 21 |
- install_package kvm |
|
| 21 |
+ install_package qemu-kvm |
|
| 22 | 22 |
install_package libvirt-bin |
| 23 | 23 |
install_package python-libvirt |
| 24 | 24 |
install_package python-guestfs |