Install linux-firmware in DIB images

It's removed as of https://review.opendev.org/#/c/675547/ but is
actually required for bare metal.

Story: #2007385
Task: #38969
Depends-On: https://review.opendev.org/727171
Change-Id: I7e924cf58df90d957afce8a058b575643527284b
This commit is contained in:
Dmitry Tantsur 2020-05-11 11:53:21 +02:00
parent dd90f32dfe
commit 79cd8ed97e
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.