From 20aac3317acd76d0ccce93de136d0109922b30cd Mon Sep 17 00:00:00 2001 From: Jens Freimann Date: Fri, 5 Feb 2021 16:34:57 +0100 Subject: [PATCH] Add new extension qemu-kiwi This adds qemu-kiwi as another extension to the list. The qemu-kiwi extension is added to MCO with this PR https://github.com/openshift/machine-config-operator/pull/2376 qemu-kiwi is a shrunk-down version of the qemu-kvm package with fewer dependencies. 8 rpms and ~20MB in size when installed --- extensions.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/extensions.yaml b/extensions.yaml index 8b8da9635..d2bd010a9 100644 --- a/extensions.yaml +++ b/extensions.yaml @@ -33,3 +33,17 @@ extensions: - kernel-rt-modules - kernel-rt-modules-extra - kernel-rt-devel + # https://github.com/openshift/machine-config-operator/pull/2376/ + # GRPA-3123 + qemu-kiwi: + architectures: + - x86_64 + packages: + - qemu-kiwi + - ipxe-roms-qemu + - libpmem + - pixman + - qemu-kvm-common + - seabios-bin + - seavgabios-bin + - sgabios-bin