- Drop the nvidia/gsp firmware images: they make up > 70MB.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=211
This commit is contained in:
Dominique Leuenberger 2023-11-29 11:18:20 +00:00 committed by Git OBS Bridge
parent fb7973d71c
commit f8b7e67c47
2 changed files with 7 additions and 0 deletions

View File

@ -117,6 +117,8 @@ rm -rf /usr/share/doc/packages/*
rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4}
# Keep some qcom firmware for Lenovo X13s and delete others (save ~50MiB)
rm -rf /lib/firmware/qcom/{apq8016,apq8096,qcm2290,qrb4210,sdm845,sm8250,venus*,vpu*}
# the new, optional nvidia gsp firmware blobs are huge - ~ 70MB
find /lib/firmware/nvidia -name gsp -delete -print
# The gems are unpackaged already, no need to store them twice

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 29 11:17:40 UTC 2023 - Dominique Leuenberger <dleuenberger@suse.com>
- Drop the nvidia/gsp firmware images: they make up > 70MB.
-------------------------------------------------------------------
Thu Nov 23 09:22:49 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>