]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(base): do not require chroot inside initramfs
authorHenrik Gombos <henrik99999@gmail.com>
Mon, 21 Feb 2022 02:40:02 +0000 (21:40 -0500)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 5 Dec 2022 08:19:42 +0000 (09:19 +0100)
commit518133714b769160448a51c512d5e152ea6332da
tree79bf08cc8858aabe5da28890f565e92f8c112f18
parent57ace7c75c32b4b983eead9225b62a3c978478d8
fix(base): do not require chroot inside initramfs

dracut can be invoked inside a chroot, but inside
the generated initramfs the chroot binary is not required.

add chroot to the generated initramfs if debug or selinux
dracut modules are enabled.
modules.d/95debug/module-setup.sh
modules.d/98selinux/module-setup.sh
modules.d/99base/module-setup.sh