1
0

Accepting request 935223 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Use /lib/modules without /usr to be compatible with Leap

- Drop no longer maintained X video drivers: glint, mach64 and tga.

OBS-URL: https://build.opensuse.org/request/show/935223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=166
This commit is contained in:
Dominique Leuenberger 2021-12-02 21:30:24 +00:00 committed by Git OBS Bridge
commit 554905ef65
3 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Thu Dec 2 14:45:48 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Use /lib/modules without /usr to be compatible with Leap
-------------------------------------------------------------------
Fri Nov 12 11:23:42 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>
- 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 <fvogt@suse.com>

View File

@ -55,6 +55,7 @@
<package name="live-langset-data"/>
<package name="live-add-yast-repos"/>
<!-- used by config.sh -->
<package name="fdupes"/>
<package name="zstd"/>
<archive name="livecd-udev.tar.xz"/>
@PACKAGES@