Browse code

Install qemu-kvm instead of kvm package on Ubuntu

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

Adam Gandelman authored on 2014/03/27 16:14:24
Showing 2 changed files
... ...
@@ -12,7 +12,7 @@ iptables
12 12
 ebtables
13 13
 sqlite3
14 14
 sudo
15
-kvm # NOPRIME
15
+qemu-kvm # NOPRIME
16 16
 qemu # dist:wheezy,jessie NOPRIME
17 17
 libvirt-bin # NOPRIME
18 18
 libjs-jquery-tablesorter # Needed for coverage html reports
... ...
@@ -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