Accepting request 910819 from home:favogt:branches:openSUSE:Factory:Live

- config.sh: On x11, drop Mesa-gallium and udev hwdb

OBS-URL: https://build.opensuse.org/request/show/910819
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=111
This commit is contained in:
Fabian Vogt 2021-08-09 09:58:16 +00:00 committed by Git OBS Bridge
parent c92da91bc2
commit c1de43c764
2 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,12 @@ if [ "$desktop" = "x11" ]; then
# Work around https://github.com/OSInside/kiwi/issues/1751
sed -i '/omit_dracutmodules=/d' /usr/bin/dracut
# Only used for X11 acceleration on vmwgfx, saves ~47MiB
rpm -e --nodeps Mesa-gallium
# Generated on boot if missing
rm /etc/udev/hwdb.bin
fi
cd /

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 9 09:36:59 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- config.sh: On x11, drop Mesa-gallium and udev hwdb
-------------------------------------------------------------------
Tue Jun 22 07:39:59 UTC 2021 - Fabian Vogt <fvogt@suse.com>