Uninstall linux-firmware and linux-firmware-whence

linux-firmware and linux-firmware-whence (meta package for mostly iwl
firmwares) packages account for approx. 289 M install size on a F30
system, and linux-firmware for approx. 176 M on CentOS 7. Users needing
these firmwares are eventually baremetal users and are not looking for a
very minimal operating system base install like virtual image users are.
Thus, a non-minimal OS element is better suited for them. Alternatively,
it could be later considered a dedicated firmware element.

This is inline with I8ce65e1d357d15e8ed8995ad1dcaea02bbd1986f.

Change-Id: If104fc3c1e9349b8d501a2351fff1ab4c0dbc6a4
This commit is contained in:
Carlos Goncalves 2019-08-09 09:48:17 +02:00 committed by Ian Wienand
parent 9a145cf0d0
commit f909000e5a
2 changed files with 10 additions and 1 deletions

View File

@ -6,4 +6,8 @@ kernel:
initscripts:
man-pages:
lsb_release:
redhat-rpm-config:
redhat-rpm-config:
linux-firmware:
uninstall: true
linux-firmware-whence:
uninstall: true

View File

@ -0,0 +1,5 @@
---
fixes:
- |
The yum-minimal element now removes the linux-firmware and
linux-firmware-whence packages to save space in cloud images.