mirror of
https://github.com/kairos-io/immucore.git
synced 2025-10-21 11:08:56 +00:00
8 lines
685 B
Plaintext
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 " |