forked from pool/livecd-openSUSE
This commit is contained in:
parent
f8b7e67c47
commit
474be0ab78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user