- Drop the large amdgpu/isp*.fw firmware: No sane mind will use

the live image (which is low performing) for HDR Image processing.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=258
This commit is contained in:
Dominique Leuenberger 2024-10-04 10:25:57 +00:00 committed by Git OBS Bridge
parent fdd7a6d672
commit 2ecc8a566e
2 changed files with 7 additions and 1 deletions

View File

@ -125,7 +125,7 @@ zypper --non-interactive rm yast2-trans-{uk,sv,ru,ja,da,cs,sr,vi} || :
rm -rf /usr/share/doc/packages/*
# Save more than 150 MiB by removing this, not very useful for lives
rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4,intel/vsc,intel/ipu,xe}
rm -rf /lib/firmware/{amdgpu/isp*,liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4,intel/vsc,intel/ipu,ueagle-atm,xe}
if [ "$(arch)" == "aarch64" ]; then
# 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*}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 4 10:25:03 UTC 2024 - Dominique Leuenberger <dleuenberger@suse.com>
- Drop the large amdgpu/isp*.fw firmware: No sane mind will use
the live image (which is low performing) for HDR Image processing.
-------------------------------------------------------------------
Fri Oct 4 08:56:26 UTC 2024 - Dominique Leuenberger <dleuenberger@suse.com>