Update Leap-selfinstall-GNOME/config.sh

This commit is contained in:
Lubos Kocman 2024-06-25 19:34:22 +02:00
parent 00d3179535
commit bd52839910

View File

@ -114,11 +114,6 @@ rm -rf /usr/lib*/ruby/gems/*/cache/
rm -f /boot/vmlinux*.[gx]z
rm -f /lib/modules/*/vmlinux*.[gx]z
# Decompress kernel modules, better for squashfs (boo#1192457)
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/*)
# Install README.BETA where expected by YaST
cp /usr/lib/skelcd/CD1/README.BETA / || :
zypper --non-interactive rm -u skelcd-openSUSE || :