1
0
Dominique Leuenberger 2023-11-29 11:29:48 +00:00 committed by Git OBS Bridge
parent f8b7e67c47
commit 474be0ab78

View File

@ -118,7 +118,7 @@ rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,c
# 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
find /lib/firmware/nvidia -name gsp | xargs -r rm -rf
# The gems are unpackaged already, no need to store them twice