Skip to content

Commit

Permalink
runtime-install: only pull in qcom-firmware on aarch64
Browse files Browse the repository at this point in the history
See https://bugzilla.redhat.com/show_bug.cgi?id=2178852 . This
should save a chunk of space on the installer images for x86_64.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill committed Aug 11, 2023
1 parent 23b0f97 commit 563a941
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ installpkg grubby
## https://bugzilla.redhat.com/show_bug.cgi?id=2011615
## bfa-firmware contains only obsolete files - see
## https://bugzilla.redhat.com/show_bug.cgi?id=2152202
## qcom-firmware we pull in again later but *only* on aarch64, it is
## no use on other arches - https://bugzilla.redhat.com/show_bug.cgi?id=2178852
## various iwl package names were changed in linux-firmware-20230625-151
## so need to be excluded or else dnf gets sad - see
## https://pagure.io/releng/issue/11511 . These exclusions can
Expand All @@ -53,7 +55,8 @@ installpkg grubby
--except iwlax2xx-firmware \
--except libertas-sd8686-firmware --except libertas-sd8787-firmware \
--except libertas-usb8388-firmware \
--except libertas-usb8388-olpc-firmware
--except libertas-usb8388-olpc-firmware \
--except qcom-firmware
installpkg b43-openfwwf
%endif

Expand Down

0 comments on commit 563a941

Please sign in to comment.