Files
immucore/dracut/dracut.conf
2023-02-07 21:05:30 +01:00

8 lines
685 B
Plaintext

# This services should be run from immucore directly, rootfs once we mount /sysroot and initramfs once we mount everything,
# so at the end, just before we let init do the switch_root. Notice that we run really early in the boot with immucore so
# maybe by this time some things are not ready...
# Note that initramfs run with RootDirectory=/sysroot
install_items+=" /etc/systemd/system/cos-setup-initramfs.service /etc/systemd/system/initrd.target.requires/cos-setup-initramfs.service "
# RUN BY IMMUCORE BUT FAILING
#install_items+=" /etc/systemd/system/cos-setup-rootfs.service /etc/systemd/system/initrd-fs.target.requires/cos-setup-rootfs.service "
add_dracutmodules+=" immucore "