From fbb7c5aeefed43c24bdd1e295c7d62a2c4bc1a45 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 6 Oct 2021 14:21:34 -0700 Subject: [PATCH] runtime-cleanup: drop Marvell Prestera firmware files These add up to 26MB and they are for high-end switches, unlikely targets for network installs. 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 5960c82b..827465f0 100644 --- a/share/templates.d/99-generic/runtime-cleanup.tmpl +++ b/share/templates.d/99-generic/runtime-cleanup.tmpl @@ -236,6 +236,7 @@ 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