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
This commit is contained in:
parent
7ee8f11588
commit
b0f8beb8f1
@ -12,7 +12,7 @@ iptables
|
|||||||
ebtables
|
ebtables
|
||||||
sqlite3
|
sqlite3
|
||||||
sudo
|
sudo
|
||||||
kvm # NOPRIME
|
qemu-kvm # NOPRIME
|
||||||
qemu # dist:wheezy,jessie NOPRIME
|
qemu # dist:wheezy,jessie NOPRIME
|
||||||
libvirt-bin # NOPRIME
|
libvirt-bin # NOPRIME
|
||||||
libjs-jquery-tablesorter # Needed for coverage html reports
|
libjs-jquery-tablesorter # Needed for coverage html reports
|
||||||
|
@ -18,7 +18,7 @@ DEBUG_LIBVIRT=$(trueorfalse False $DEBUG_LIBVIRT)
|
|||||||
# Installs required distro-specific libvirt packages.
|
# Installs required distro-specific libvirt packages.
|
||||||
function install_libvirt {
|
function install_libvirt {
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
install_package kvm
|
install_package qemu-kvm
|
||||||
install_package libvirt-bin
|
install_package libvirt-bin
|
||||||
install_package python-libvirt
|
install_package python-libvirt
|
||||||
install_package python-guestfs
|
install_package python-guestfs
|
||||||
|
Loading…
Reference in New Issue
Block a user