Skip to content

Commit

Permalink
Add new extension qemu-kiwi
Browse files Browse the repository at this point in the history
This adds qemu-kiwi as another extension to the list. 
The qemu-kiwi extension is added to MCO with this PR openshift/machine-config-operator#2376
qemu-kiwi is a shrunk-down version of the qemu-kvm package with fewer dependencies. 8 rpms and ~20MB in size when installed
  • Loading branch information
jensfr authored Feb 5, 2021
1 parent 3b8f9ff commit 20aac33
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 20aac33

Please sign in to comment.