Accepting request 887032 from Virtualization:Appliances:Images:openSUSE-Tumbleweed
OBS-URL: https://build.opensuse.org/request/show/887032 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=147
This commit is contained in:
commit
aec1abf9f4
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user