29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 8f4a66bf53acc4beae9530361de96fdbb81b44f9 Mon Sep 17 00:00:00 2001
|
|
From: Adam Williamson <awilliam@redhat.com>
|
|
Date: Wed, 6 Oct 2021 14:21:34 -0700
|
|
Subject: [PATCH 2/3] 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 <awilliam@redhat.com>
|
|
---
|
|
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
|
|
--
|
|
2.32.0
|
|
|