diff --git a/config.sh b/config.sh index 1c3ab1f..3997369 100644 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index 2fe726c..f57359c 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 14 17:53:20 UTC 2021 - Fabian Vogt + +- Omit some more dracut modules from the Rescue CD's initrd + ------------------------------------------------------------------- Wed Apr 14 17:21:52 UTC 2021 - Dominique Leuenberger