Accepting request 887031 from home:favogt:branches:openSUSE:Factory:Live
- Omit some more dracut modules from the Rescue CD's initrd OBS-URL: https://build.opensuse.org/request/show/887031 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=99
This commit is contained in:
parent
81ffbdf88f
commit
1c23347272
@ -55,6 +55,9 @@ if [ "$desktop" = "x11" ]; then
|
||||
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
|
||||
|
||||
# This only needs to be able to boot the live cd
|
||||
echo 'omit_dracutmodules+=" bcache crypt lvm mdraid lunmask "' >> /etc/dracut.conf.d/less-storage.conf
|
||||
|
||||
# Work around https://github.com/OSInside/kiwi/issues/1751
|
||||
sed -i '/omit_dracutmodules=/d' /usr/bin/dracut
|
||||
fi
|
||||
@ -76,8 +79,8 @@ EULA_DIR=/etc/YaST2/licenses/base
|
||||
(cd "${EULA_DIR}"; tar -cvzf /license.tar.gz *)
|
||||
|
||||
# Remove some large locales to save space
|
||||
rm -rf /usr/{lib,share}/locale/{ca,cs,da,ja,fi,id,nl,pl,tr,ru,sk,sr,sv,uk,vi,cmn_TW,zh}*
|
||||
rm -rf /usr/share/qt5/translations/*_{ca,cs,da,ja,fi,id,nl,pl,tr,ru,sk,sr,sv,uk,vi,cmn_TW,zh}*
|
||||
rm -rf /usr/{lib,share}/locale/{ca,cs,da,ja,fi,hu,id,ko,nl,pl,tr,ru,sk,sr,sv,uk,vi,cmn_TW,zh}*
|
||||
rm -rf /usr/share/qt5/translations/*_{ca,cs,da,ja,fi,hu,id,ko,nl,pl,tr,ru,sk,sr,sv,uk,vi,cmn_TW,zh}*
|
||||
zypper --non-interactive rm yast2-trans-{uk,sv,ru,ja,da,cs,sr,vi} || :
|
||||
|
||||
# Some packages really exaggerate here
|
||||
|
@ -67,6 +67,11 @@ buildignore exo-lang
|
||||
buildignore xfdesktop-lang
|
||||
buildignore xfce4-power-manager-lang
|
||||
buildignore noto-sans-cjk-fonts
|
||||
buildignore man-pages-posix
|
||||
buildignore libvulkan_radeon
|
||||
buildignore man
|
||||
buildignore groff
|
||||
buildignore libqt5-qttranslations
|
||||
|
||||
# Moved here from list-common.sh. cyrus-sasl is needed by Pidgin in Xfce Live CD
|
||||
buildignore cyrus-sasl
|
||||
|
@ -538,6 +538,16 @@
|
||||
<ignore name="xfce4-power-manager-lang"/>
|
||||
<package name="aaa_base" replaces="noto-sans-cjk-fonts"/>
|
||||
<ignore name="noto-sans-cjk-fonts"/>
|
||||
<package name="aaa_base" replaces="man-pages-posix"/>
|
||||
<ignore name="man-pages-posix"/>
|
||||
<package name="aaa_base" replaces="libvulkan_radeon"/>
|
||||
<ignore name="libvulkan_radeon"/>
|
||||
<package name="aaa_base" replaces="man"/>
|
||||
<ignore name="man"/>
|
||||
<package name="aaa_base" replaces="groff"/>
|
||||
<ignore name="groff"/>
|
||||
<package name="aaa_base" replaces="libqt5-qttranslations"/>
|
||||
<ignore name="libqt5-qttranslations"/>
|
||||
<package name="aaa_base" replaces="cyrus-sasl"/>
|
||||
<ignore name="cyrus-sasl"/>
|
||||
<package name="aaa_base" replaces="deltarpm"/>
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 17:53:20 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Omit some more dracut modules from the Rescue CD's initrd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 17:21:52 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- Shrink RescueCD: drop libqt5-qttranslations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 16:56:37 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- Backport fixes done by R. Brown in :Live directly:
|
||||
+ Remove psix-man to free up space
|
||||
+ Remove man and related packages, as man-pages are not being
|
||||
installed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 13:55:09 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -532,6 +532,16 @@
|
||||
<ignore name="xfce4-power-manager-lang"/>
|
||||
<package name="aaa_base" replaces="noto-sans-cjk-fonts"/>
|
||||
<ignore name="noto-sans-cjk-fonts"/>
|
||||
<package name="aaa_base" replaces="man-pages-posix"/>
|
||||
<ignore name="man-pages-posix"/>
|
||||
<package name="aaa_base" replaces="libvulkan_radeon"/>
|
||||
<ignore name="libvulkan_radeon"/>
|
||||
<package name="aaa_base" replaces="man"/>
|
||||
<ignore name="man"/>
|
||||
<package name="aaa_base" replaces="groff"/>
|
||||
<ignore name="groff"/>
|
||||
<package name="aaa_base" replaces="libqt5-qttranslations"/>
|
||||
<ignore name="libqt5-qttranslations"/>
|
||||
<package name="aaa_base" replaces="cyrus-sasl"/>
|
||||
<ignore name="cyrus-sasl"/>
|
||||
<package name="aaa_base" replaces="deltarpm"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user