diff --git a/config.sh b/config.sh index a67bbe6..7a10b0e 100644 --- a/config.sh +++ b/config.sh @@ -114,7 +114,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} +rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4,intel/vsc} 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*} diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index 00dcf43..c6de47b 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 5 08:28:20 UTC 2024 - Dominique Leuenberger + +- config.sh: drop intel vsc firmware (11MB): Visual Sensing Control + is potentially used for 'walk away lock'. + ------------------------------------------------------------------- Tue Dec 12 08:22:23 UTC 2023 - Fabian Vogt