Merge "Install linux-firmware in DIB images"

This commit is contained in:
Zuul 2020-05-18 17:05:45 +00:00 committed by Gerrit Code Review
commit 3a976118e0
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,11 @@ efivar:
chrony:
e2fsprogs:
# The base minimum element uninstalls firmware, but it's needed for bare metal.
linux-firmware:
phase: post-install.d
when: IPA_DISTRO_FAMILY = rh
# Unnecessary packages to remove. We run all removals in pre-install phase, to
# avoid breaking installs that happen in install phase.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Installs ``linux-firmware`` on the DIB images since it's now uninstalled
by the base elements on Red Hat operating systems.