4502eaf83e
- remove qemu-kvm-common from deps If it's not needed for CentOS, it's probably not needed for any in the redhat family. - remove qemu-system-<arch> qemu-kvm is a meta-package that provides qemu-system-<arch> package for native architectures where kvm can be enabled. For example, in an x86 system, this will install qemu-system-x86 + libvirt-daemon-kvm will install libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage (It requires and will also install the qemu-kvm meta-package, so this could be omitted aswell.) + libvirt requires/installs these packages libvirt-daemon-config-network libvirt-daemon-config-nwfilter So we can trim these out. (It also requires and will install libvirt-client, libvirt-daemon, which could be omitted aswell) Change-Id: I02ef5fdbdb8c04314556b8e56d57582226a05b08
18 lines
288 B
YAML
18 lines
288 B
YAML
---
|
|
sgabios_dir: /usr/share/sgabios/
|
|
libvirt_service_name: libvirtd
|
|
required_packages:
|
|
- gcc-c++
|
|
- qemu-img
|
|
- kernel-tools
|
|
- qemu-kvm
|
|
- sgabios-bin
|
|
- libvirt
|
|
- libvirt-client
|
|
- libvirt-daemon
|
|
- libvirt-daemon-kvm
|
|
- python3-libvirt
|
|
- libxslt-devel
|
|
- libxml2-devel
|
|
- edk2-ovmf
|