From c1d247e0f545879fcd3bf012ac402a9dfde0df9f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Sep 2020 12:19:58 -0700 Subject: [PATCH] Drop firmware for Mellanox Spectrum Mellanox Spectrum devices are switches intended for data centers. It is I guess feasible that someone might want to install Fedora on one, but from the product pages and data sheets, I believe they all have management interfaces that do not require this firmware to work, and that's what you'd use if you needed a network connection during OS deployment. The firmware is only needed for the actual switched interfaces, and we don't need to make those work during installation. Signed-off-by: Adam Williamson --- share/templates.d/99-generic/runtime-cleanup.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl index f5e2fadb..31c55160 100644 --- a/share/templates.d/99-generic/runtime-cleanup.tmpl +++ b/share/templates.d/99-generic/runtime-cleanup.tmpl @@ -233,6 +233,7 @@ removefrom linux-firmware /usr/lib/firmware/intel/dsp* removefrom linux-firmware /usr/lib/firmware/as102* 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 lldpad /etc/* removefrom mdadm /etc/* removefrom mesa-dri-drivers /usr/${libdir}/dri/*_video.so