From 64fd2f0282fba9510b1d36304c8ac79a27f069f7 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 6 Feb 2023 09:46:00 +0100 Subject: [PATCH] immucore should instlal the cos-setup-initamfs/rootfs services on initrd Same as cos-immutable-rootfs setups them otherwise they wont get run once we drop the cos-immutable-rootfs Signed-off-by: Itxaka --- dracut/dracut.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dracut/dracut.conf b/dracut/dracut.conf index 4b9fa77..76ec9de 100644 --- a/dracut/dracut.conf +++ b/dracut/dracut.conf @@ -1 +1,3 @@ +install_items+=" /usr/lib/systemd/system/cos-setup-initramfs.service /etc/systemd/system/initrd.target.requires/cos-setup-initramfs.service " +install_items+=" /usr/lib/systemd/system/cos-setup-rootfs.service /etc/systemd/system/initrd-fs.target.requires/cos-setup-rootfs.service " add_dracutmodules+=" immucore " \ No newline at end of file