Add qemu-kvm and kernel-kvm to ppc64le
This commit is contained in:
parent
abc0d169a6
commit
73242070e9
@ -76,12 +76,88 @@ filter_modules = [
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
(
|
||||
'^BaseOS$', {
|
||||
'*': [
|
||||
"kernel-kvm",
|
||||
"kernel-kvm-core",
|
||||
"kernel-kvm-modules",
|
||||
"kernel-kvm-modules-core",
|
||||
"kernel-kvm-modules-extra",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^AppStream$', {
|
||||
'*': [
|
||||
"almalinux-backgrounds",
|
||||
"keylime-selinux",
|
||||
"lorax-templates-almalinux",
|
||||
"icoutils",
|
||||
"kernel-kvm-devel",
|
||||
"kernel-kvm-devel-matched",
|
||||
"qemu-kvm",
|
||||
"qemu-kvm-docs",
|
||||
"qemu-kvm-block-blkio",
|
||||
"qemu-kvm-device-display-virtio-gpu-pci",
|
||||
"qemu-kvm-block-curl",
|
||||
"qemu-kvm-block-rbd",
|
||||
"qemu-kvm-device-usb-host",
|
||||
"qemu-kvm-device-display-virtio-vga",
|
||||
"qemu-kvm-audio-pa",
|
||||
"qemu-guest-agent",
|
||||
"qemu-kvm-ui-dbus",
|
||||
"qemu-kvm-common",
|
||||
"qemu-kvm-device-display-virtio-gpu",
|
||||
"qemu-kvm-tools",
|
||||
"qemu-kvm-core",
|
||||
"qemu-img",
|
||||
"qemu-pr-helper",
|
||||
"libvirt-daemon-plugin-lockd",
|
||||
"libvirt-client-qemu",
|
||||
"libvirt-daemon",
|
||||
"libvirt-daemon-driver-network",
|
||||
"libvirt-daemon-driver-storage-iscsi",
|
||||
"libvirt-daemon-driver-storage-mpath",
|
||||
"libvirt-daemon-driver-storage-rbd",
|
||||
"libvirt-daemon-driver-storage-core",
|
||||
"libvirt-daemon-driver-storage-logical",
|
||||
"libvirt-daemon-driver-storage-scsi",
|
||||
"libvirt-daemon-driver-storage-disk",
|
||||
"libvirt-daemon-driver-storage",
|
||||
"libvirt-daemon-driver-nwfilter",
|
||||
"libvirt-daemon-driver-nodedev",
|
||||
"libvirt-daemon-driver-qemu",
|
||||
"libvirt-daemon-driver-secret",
|
||||
"libvirt-daemon-driver-interface",
|
||||
"libvirt-client",
|
||||
"libvirt-daemon-lock",
|
||||
"libvirt-nss",
|
||||
"libvirt-daemon-proxy",
|
||||
"libvirt-libs",
|
||||
"libvirt",
|
||||
"libvirt-daemon-config-network",
|
||||
"libvirt-daemon-common",
|
||||
"libvirt-daemon-log",
|
||||
"libvirt-ssh-proxy",
|
||||
"libvirt-daemon-kvm",
|
||||
"libvirt-daemon-config-nwfilter",
|
||||
"virt-win-reg",
|
||||
"guestfs-tools",
|
||||
"supermin",
|
||||
"libguestfs-appliance",
|
||||
"libguestfs-rescue",
|
||||
"libguestfs-xfs",
|
||||
"libguestfs-bash-completion",
|
||||
"perl-Sys-Guestfs",
|
||||
"libguestfs-inspect-icons",
|
||||
"python3-libguestfs",
|
||||
"libguestfs-rsync",
|
||||
"libguestfs",
|
||||
"virtiofsd",
|
||||
"virt-top",
|
||||
"libguestfs-winsupport",
|
||||
"libvirt-dbus",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -89,6 +165,20 @@ additional_packages = [
|
||||
'^CRB$', {
|
||||
'*': [
|
||||
"xorg-x11-server-source",
|
||||
"libvirt-daemon-plugin-sanlock",
|
||||
"libvirt-devel",
|
||||
"libvirt-docs",
|
||||
"supermin-devel",
|
||||
"libguestfs-gobject-devel",
|
||||
"libguestfs-man-pages-uk",
|
||||
"libguestfs-man-pages-ja",
|
||||
"lua-guestfs",
|
||||
"libguestfs-gobject",
|
||||
"ocaml-libguestfs-devel",
|
||||
"libguestfs-devel",
|
||||
"ocaml-libguestfs",
|
||||
"php-libguestfs",
|
||||
"ruby-libguestfs",
|
||||
]
|
||||
}
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user