Skip to content

Commit

Permalink
Drop firmware for Mellanox Spectrum
Browse files Browse the repository at this point in the history
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 <awilliam@redhat.com>
  • Loading branch information
AdamWill authored and bcl committed Sep 14, 2020
1 parent 86f0e72 commit c1d247e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/templates.d/99-generic/runtime-cleanup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1d247e

Please sign in to comment.