Update runtime-install/cleanup for Marvell Prestera fw split

Marvell Prestera firmware has been split into its own subpackage,
so instead of stripping the files from linux-firmware, exclude
the package from the globed install command.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-10-30 09:05:54 -07:00 committed by Brian C. Lane
parent 1e66ac669c
commit 5286e4d917
2 changed files with 2 additions and 2 deletions
share/templates.d/99-generic

View File

@ -236,7 +236,6 @@ removefrom linux-firmware /usr/lib/firmware/qcom/sm8250/*
removefrom linux-firmware /usr/lib/firmware/qcom/venus*/*
removefrom linux-firmware /usr/lib/firmware/meson/vdec/*
removefrom linux-firmware /usr/lib/firmware/mellanox/mlxsw_spectrum*
removefrom linux-firmware /usr/lib/firmware/mrvl/prestera/*
%if basearch != "aarch64":
removefrom linux-firmware /usr/lib/firmware/dpaa2/*
%endif

View File

@ -30,7 +30,8 @@ installpkg grubby
--except cx18-firmware --except iscan-firmware \
--except uhd-firmware --except lulzbot-marlin-firmware \
--except gnome-firmware --except sigrok-firmware \
--except liquidio-firmware --except netronome-firmware
--except liquidio-firmware --except netronome-firmware \
--except mrvlprestera-firmware
installpkg b43-openfwwf
%endif