1
0

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

- config.sh: Disable initrd networking also for Xfce
- list-xfce: add shotwell back

OBS-URL: https://build.opensuse.org/request/show/946071
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=125
This commit is contained in:
Fabian Vogt 2022-01-13 10:36:55 +00:00 committed by Git OBS Bridge
parent 038f78103c
commit faf260dfa3
5 changed files with 9 additions and 6 deletions

View File

@ -51,7 +51,7 @@ done
echo '# multipath needs to be excluded from dracut as it breaks os-prober' > /etc/dracut.conf.d/no-multipath.conf
echo 'omit_dracutmodules+=" multipath "' >> /etc/dracut.conf.d/no-multipath.conf
if [ "$desktop" = "x11" ]; then
if [ "$desktop" = "x11" ] || [ "$desktop" = "xfce" ]; then
# Forcibly exclude networking support
sed -i 's/echo network rootfs-block/echo rootfs-block/' /usr/lib/dracut/modules.d/90kiwi-live/module-setup.sh
echo 'omit_dracutmodules+=" network "' >> /etc/dracut.conf.d/no-network.conf
@ -61,7 +61,9 @@ if [ "$desktop" = "x11" ]; then
# Work around https://github.com/OSInside/kiwi/issues/1751
sed -i '/omit_dracutmodules=/d' /usr/bin/dracut
fi
if [ "$desktop" = "x11" ]; then
# Only used for X11 acceleration on vmwgfx, saves ~47MiB
rpm -e --nodeps Mesa-gallium

View File

@ -31,7 +31,6 @@ buildignore libreoffice
# Save a bit of space
buildignore gdb
buildignore shotwell
buildignore gimp
buildignore pidgin

View File

@ -487,8 +487,6 @@
<ignore name="libreoffice"/>
<package name="aaa_base" replaces="gdb"/>
<ignore name="gdb"/>
<package name="aaa_base" replaces="shotwell"/>
<ignore name="shotwell"/>
<package name="aaa_base" replaces="gimp"/>
<ignore name="gimp"/>
<package name="aaa_base" replaces="pidgin"/>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 13 10:28:43 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- config.sh: Disable initrd networking also for Xfce
- list-xfce: add shotwell back
-------------------------------------------------------------------
Thu Jan 13 09:17:06 UTC 2022 - Dominique Leuenberger <dleuenberger@suse.com>

View File

@ -481,8 +481,6 @@
<ignore name="libreoffice"/>
<package name="aaa_base" replaces="gdb"/>
<ignore name="gdb"/>
<package name="aaa_base" replaces="shotwell"/>
<ignore name="shotwell"/>
<package name="aaa_base" replaces="gimp"/>
<ignore name="gimp"/>
<package name="aaa_base" replaces="pidgin"/>