diff --git a/config.sh b/config.sh index 2bc47ac..87cce9a 100644 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index c105e20..ce9e578 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 29 11:17:40 UTC 2023 - Dominique Leuenberger + +- Drop the nvidia/gsp firmware images: they make up > 70MB. + ------------------------------------------------------------------- Thu Nov 23 09:22:49 UTC 2023 - Guillaume GARDET