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:
parent
dd90f32dfe
commit
79cd8ed97e
@ -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.
|
||||
|
||||
|
5
releasenotes/notes/linux-firmware-9a6f8a9a32c5719d.yaml
Normal file
5
releasenotes/notes/linux-firmware-9a6f8a9a32c5719d.yaml
Normal 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.
|
Loading…
Reference in New Issue
Block a user