diff --git a/config.sh b/config.sh index b94818b..1ad67d5 100644 --- a/config.sh +++ b/config.sh @@ -96,7 +96,8 @@ rm -rf /usr/share/doc/packages/* rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,qcom,cypress,dpaa2,bnx2x} # Not needed, boo#1166406 -rm /boot/vmlinux*.[gx]z +rm -f /boot/vmlinux*.[gx]z +rm -f /usr/lib/modules/*/vmlinux*.[gx]z # Add repos from /etc/YaST2/control.xml add-yast-repos diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index b374759..e20a775 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 24 14:39:26 UTC 2021 - Dominique Leuenberger + +- config.sh: Also remove vmlinux.xz from UsrMerged kernel location + in /usr/lib, + ------------------------------------------------------------------- Tue Aug 24 06:22:09 UTC 2021 - Dominique Leuenberger