From 50f52ab98ec567cf05b4e954a557c5a5fbad0b4e Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Thu, 29 May 2025 11:04:58 +0700 Subject: [PATCH] Revert "Remove firmware-nvidia-tesla-535-gsp" This reverts commit d4ff85a587d96832c7db0f633f7f98b5dad68ef5. This firmware is automatically filtered out by latest live-build, cf. previous commit. --- .../hooks/live/remove-bloat-from-recommended-packages.chroot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kali-config/variant-xfce/hooks/live/remove-bloat-from-recommended-packages.chroot b/kali-config/variant-xfce/hooks/live/remove-bloat-from-recommended-packages.chroot index 84c3a7a..4924ff9 100755 --- a/kali-config/variant-xfce/hooks/live/remove-bloat-from-recommended-packages.chroot +++ b/kali-config/variant-xfce/hooks/live/remove-bloat-from-recommended-packages.chroot @@ -4,8 +4,4 @@ apt -y remove desktop-base tango-icon-theme xorg # Kali 2025.1: live image is too big, remove texlive-latex-extra, # as it's not a hard dependency, only a Recommends of gvmd-common apt -y remove texlive-latex-extra -# NVidia GSP firmware should be removed by live-build, but this one -# slipped through. Drop this line when we have this change in live-build: -# https://salsa.debian.org/live-team/live-build/-/merge_requests/422 -apt -y remove firmware-nvidia-tesla-535-gsp apt -y autoremove