diff --git a/config.sh b/config.sh index 424904e..b3808dc 100644 --- a/config.sh +++ b/config.sh @@ -101,12 +101,12 @@ rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,qcom,cypress,dpaa2,bn # Not needed, boo#1166406 rm -f /boot/vmlinux*.[gx]z -rm -f /usr/lib/modules/*/vmlinux*.[gx]z +rm -f /lib/modules/*/vmlinux*.[gx]z # Decompress kernel modules, better for squashfs (boo#1192457) -find /usr/lib/modules/*/kernel -name '*.ko.xz' -exec xz -d {} + -find /usr/lib/modules/*/kernel -name '*.ko.zst' -exec zstd --rm -d {} + -depmod $(basename /usr/lib/modules/*) +find /lib/modules/*/kernel -name '*.ko.xz' -exec xz -d {} + +find /lib/modules/*/kernel -name '*.ko.zst' -exec zstd --rm -d {} + +depmod $(basename /lib/modules/*) # Add repos from /etc/YaST2/control.xml add-yast-repos diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index 0338ad8..cda41a7 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 2 14:45:48 UTC 2021 - Fabian Vogt + +- Use /lib/modules without /usr to be compatible with Leap + ------------------------------------------------------------------- Fri Nov 12 11:23:42 UTC 2021 - Dominique Leuenberger -- Drop no longer maintainer X video drivers: glint, mach64 and tga. +- Drop no longer maintained X video drivers: glint, mach64 and tga. ------------------------------------------------------------------- Wed Nov 10 15:47:19 UTC 2021 - Fabian Vogt diff --git a/livecd.kiwi.in b/livecd.kiwi.in index 52841d0..0bc8566 100644 --- a/livecd.kiwi.in +++ b/livecd.kiwi.in @@ -55,6 +55,7 @@ + @PACKAGES@