forked from pool/livecd-openSUSE
Compare commits
15 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
e0ae96f948 | ||
bdcfa4a427 | |||
|
ad8cf5a6f1 | ||
|
4e32fedbc4 | ||
|
8bb11def23 | ||
d2eceeecd8 | |||
|
42c66cef63 | ||
|
22457818c1 | ||
|
a4ec7874aa | ||
|
a8fe6dec0f | ||
|
bda452bd5e | ||
|
065115fe72 | ||
|
e5e60f3f0d | ||
|
2ecc8a566e | ||
|
fdd7a6d672 |
@ -91,6 +91,9 @@ rm -rf /usr/lib*/libmfxhw*.so.* /usr/lib*/mfx/
|
||||
if [ "$desktop" = "x11" ]; then
|
||||
# Generated on boot if missing
|
||||
rm /etc/udev/hwdb.bin
|
||||
# xfce4-pulseaudio-plugin is omitted, remove it from the panel config.
|
||||
# To avoid having to mess with IDs, just replace it with a separator.
|
||||
sed -i 's/"pulseaudio"/"separator"/' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
||||
fi
|
||||
|
||||
# Kernel modules (+ firmware) for X13s
|
||||
@ -125,7 +128,7 @@ zypper --non-interactive rm yast2-trans-{uk,sv,ru,ja,da,cs,sr,vi} || :
|
||||
rm -rf /usr/share/doc/packages/*
|
||||
|
||||
# Save more than 150 MiB by removing this, not very useful for lives
|
||||
rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4,intel/vsc,intel/ipu,xe}
|
||||
rm -rf /lib/firmware/{amdgpu/{gc_,isp,psp}*,amdnpu,liquidio,netronome,qca,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4,intel/vsc,intel/ipu,ueagle-atm,xe}
|
||||
if [ "$(arch)" == "aarch64" ]; then
|
||||
# Keep some qcom firmware for Lenovo X13s and delete others (save ~50MiB)
|
||||
rm -rf /lib/firmware/qcom/{apq8016,apq8096,qcm2290,qrb4210,sdm845,sm8250,venus*,vpu*}
|
||||
@ -146,7 +149,9 @@ rm -f /boot/System.map-* /lib/modules/*/System.map
|
||||
# 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/*)
|
||||
for moddir in /lib/modules/*; do
|
||||
depmod "$(basename "$moddir")"
|
||||
done
|
||||
|
||||
# Add repos from /etc/YaST2/control.xml
|
||||
add-yast-repos
|
||||
|
@ -49,6 +49,7 @@ buildignore netpbm
|
||||
buildignore p7zip-full
|
||||
buildignore busybox-static
|
||||
buildignore inxi
|
||||
buildignore feh
|
||||
|
||||
# Just too big
|
||||
buildignore sane-backends
|
||||
@ -257,7 +258,6 @@ install dmidecode
|
||||
install efibootmgr
|
||||
install ipw-firmware
|
||||
install iw
|
||||
install libatm1
|
||||
install lsb-release
|
||||
install lvm2
|
||||
install memtest86+ i686,x86_64
|
||||
@ -274,7 +274,6 @@ install wpa_supplicant
|
||||
install xf86-video-ark
|
||||
install xf86-video-ati
|
||||
install xf86-video-chips i686,x86_64
|
||||
install xf86-video-fbdev
|
||||
install xf86-video-i128
|
||||
install xf86-video-mga
|
||||
install xf86-video-neomagic
|
||||
|
@ -137,7 +137,14 @@ buildignore libvdpau_nouveau
|
||||
|
||||
# Pulls in a lot of libs, only used by libwebkit2gtk/epiphany anyway
|
||||
buildignore gstreamer-plugins-bad
|
||||
buildignore xdg-utils
|
||||
|
||||
# Pulls in perl
|
||||
buildignore xdg-utils-screensaver
|
||||
|
||||
# No audio stack
|
||||
buildignore libpipewire-0_3-0
|
||||
buildignore xfce4-pulseaudio-plugin
|
||||
#buildignore pipewire-pulseaudio
|
||||
|
||||
# Previously required by rest_cd_x11
|
||||
install patterns-xfce-xfce_basis
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
@ -634,8 +634,12 @@
|
||||
<ignore name="libvdpau_nouveau"/>
|
||||
<!-- OBS-IgnorePackage: gstreamer-plugins-bad -->
|
||||
<ignore name="gstreamer-plugins-bad"/>
|
||||
<!-- OBS-IgnorePackage: xdg-utils -->
|
||||
<ignore name="xdg-utils"/>
|
||||
<!-- OBS-IgnorePackage: xdg-utils-screensaver -->
|
||||
<ignore name="xdg-utils-screensaver"/>
|
||||
<!-- OBS-IgnorePackage: libpipewire-0_3-0 -->
|
||||
<ignore name="libpipewire-0_3-0"/>
|
||||
<!-- OBS-IgnorePackage: xfce4-pulseaudio-plugin -->
|
||||
<ignore name="xfce4-pulseaudio-plugin"/>
|
||||
<package name="patterns-xfce-xfce_basis"/>
|
||||
<namedCollection name="xfce_basis"/>
|
||||
<package name="evince"/>
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 09:28:23 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- config.sh: Replace pulseaudio entry in the xfce panel config for
|
||||
the rescue CD with a separator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 08:26:48 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- config.sh: Run depmod for all kernel module directories to support
|
||||
kmps with mismatching versions (boo#1233432)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 08:56:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Ignore feh, as recommended by xdm. None of our live images really
|
||||
use XDM as the DM, we merely rely on the scrips/wrapper code
|
||||
there. So not having feh to paint the background image won't harm
|
||||
us.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 05:03:59 UTC 2024 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- list-common: drop xf86-video-fbdev: driver has been dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 14:38:38 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- list-x11: Avoid the audio stack
|
||||
- list-x11: Ignore xdg-utils-screensaver only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 10:25:03 UTC 2024 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- Drop the large amdgpu/isp*.fw firmware: No sane mind will use
|
||||
the live image (which is low performing) for HDR Image processing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 08:56:26 UTC 2024 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- Do not add libatm1: linux-atm was dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 10:48:53 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
@ -636,8 +636,12 @@
|
||||
<ignore name="libvdpau_nouveau"/>
|
||||
<!-- OBS-IgnorePackage: gstreamer-plugins-bad -->
|
||||
<ignore name="gstreamer-plugins-bad"/>
|
||||
<!-- OBS-IgnorePackage: xdg-utils -->
|
||||
<ignore name="xdg-utils"/>
|
||||
<!-- OBS-IgnorePackage: xdg-utils-screensaver -->
|
||||
<ignore name="xdg-utils-screensaver"/>
|
||||
<!-- OBS-IgnorePackage: libpipewire-0_3-0 -->
|
||||
<ignore name="libpipewire-0_3-0"/>
|
||||
<!-- OBS-IgnorePackage: xfce4-pulseaudio-plugin -->
|
||||
<ignore name="xfce4-pulseaudio-plugin"/>
|
||||
<package name="patterns-xfce-xfce_basis"/>
|
||||
<namedCollection name="xfce_basis"/>
|
||||
<package name="evince"/>
|
||||
|
@ -159,6 +159,8 @@
|
||||
<ignore name="busybox-static"/>
|
||||
<!-- OBS-IgnorePackage: inxi -->
|
||||
<ignore name="inxi"/>
|
||||
<!-- OBS-IgnorePackage: feh -->
|
||||
<ignore name="feh"/>
|
||||
<!-- OBS-IgnorePackage: sane-backends -->
|
||||
<ignore name="sane-backends"/>
|
||||
<package name="branding-openSUSE"/>
|
||||
@ -378,7 +380,6 @@
|
||||
<package name="efibootmgr"/>
|
||||
<package name="ipw-firmware"/>
|
||||
<package name="iw"/>
|
||||
<package name="libatm1"/>
|
||||
<package name="lsb-release"/>
|
||||
<package name="lvm2"/>
|
||||
<package name="memtest86+" arch="i686,x86_64"/>
|
||||
@ -395,7 +396,6 @@
|
||||
<package name="xf86-video-ark"/>
|
||||
<package name="xf86-video-ati"/>
|
||||
<package name="xf86-video-chips" arch="i686,x86_64"/>
|
||||
<package name="xf86-video-fbdev"/>
|
||||
<package name="xf86-video-i128"/>
|
||||
<package name="xf86-video-mga"/>
|
||||
<package name="xf86-video-neomagic"/>
|
||||
|
Loading…
Reference in New Issue
Block a user