change libvirt-bin package
libvirt-bin package have been split into 2 packages, libvirt-daemon-system and libvirt-clients. this commit changes the libvirt-bin package to the new packages. Also allows the install to work on 20.04 and is backwards compatible with 18.04. Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: Ie005e8d167a00192dafcd1f0b34156aedfac5c83
This commit is contained in:
parent
d2039c609c
commit
6e296e6bbc
@ -44,7 +44,8 @@ sudo -E apt -y update
|
||||
|
||||
install_pkg qemu-kvm
|
||||
install_pkg virtinst
|
||||
install_pkg libvirt-bin
|
||||
install_pkg libvirt-daemon-system
|
||||
install_pkg libvirt-clients
|
||||
install_pkg cloud-image-utils
|
||||
install_pkg ovmf
|
||||
type docker >& /dev/null || install_pkg docker.io
|
||||
|
@ -18,7 +18,8 @@
|
||||
- packages:
|
||||
Debian:
|
||||
- qemu
|
||||
- libvirt-bin
|
||||
- libvirt-daemon-system
|
||||
- libvirt-clients
|
||||
- libguestfs-tools
|
||||
- qemu-kvm
|
||||
- python3-lxml
|
||||
|
Loading…
Reference in New Issue
Block a user