From 1d6572faaa9020e44f9a09ed3da7ace09ed6cdc4 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 13 Feb 2023 16:16:09 +0100 Subject: [PATCH] Drop uneeded install on conf file Signed-off-by: Itxaka --- dracut/10-immucore.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dracut/10-immucore.conf b/dracut/10-immucore.conf index 79ff78f..4b9fa77 100644 --- a/dracut/10-immucore.conf +++ b/dracut/10-immucore.conf @@ -1,6 +1 @@ -# This services should be run from immucore directly, 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/kairos-setup-initramfs.service /etc/systemd/system/initrd.target.requires/kairos-setup-initramfs.service " add_dracutmodules+=" immucore " \ No newline at end of file