Merge "Modify the default Qemu packages name for AArch64."
This commit is contained in:
commit
1c13be860b
@ -23,12 +23,7 @@ DEBUG_LIBVIRT=$(trueorfalse True 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
|
||||||
if is_arch "aarch64" && [[ ${DISTRO} == "trusty" ]]; then
|
install_package qemu-system
|
||||||
install_package qemu-system
|
|
||||||
else
|
|
||||||
install_package qemu-kvm
|
|
||||||
install_package libguestfs0
|
|
||||||
fi
|
|
||||||
install_package libvirt-bin libvirt-dev
|
install_package libvirt-bin libvirt-dev
|
||||||
pip_install_gr libvirt-python
|
pip_install_gr libvirt-python
|
||||||
if [[ "$EBTABLES_RACE_FIX" == "True" ]]; then
|
if [[ "$EBTABLES_RACE_FIX" == "True" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user