Skip to content

Commit

Permalink
runtime-install: exclude liquidio and netronome firmwares
Browse files Browse the repository at this point in the history
As Peter Robinson explains here:
https://bugzilla.redhat.com/show_bug.cgi?id=2011615#c3
these are not useful, as the devices they're for do not support
netinst-style deployment.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill authored and bcl committed Oct 7, 2021
1 parent fbb7c5a commit 69c15c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions share/templates.d/99-generic/runtime-install.tmpl
Expand Up @@ -17,12 +17,16 @@ installpkg grubby
%if basearch != "s390x":
## skip the firmware for sound, video, and scanners, none of which will
## do much good for the installer. Also skip uhd-firmware which is not
## even a kernel firmware package.
## even a kernel firmware package. liquidio and netronome firmwares are
## for enterprise switch devices, netinst deployment does not work on
## these so there is no point shipping them - see
## https://bugzilla.redhat.com/show_bug.cgi?id=2011615
installpkg --optional *-firmware --except alsa* --except midisport-firmware \
--except crystalhd-firmware --except ivtv-firmware \
--except cx18-firmware --except iscan-firmware \
--except uhd-firmware --except lulzbot-marlin-firmware \
--except gnome-firmware --except sigrok-firmware
--except gnome-firmware --except sigrok-firmware \
--except liquidio-firmware --except netronome-firmware
installpkg b43-openfwwf
%endif

Expand Down

0 comments on commit 69c15c9

Please sign in to comment.