From ad520855113d99d7551a7ab6c19870736f72cbc4 Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Mon, 19 Aug 2024 16:07:38 -0400 Subject: [PATCH] fix(systemd): remove duplicate systemd cryptsetup targets These targets are installed in the systemd-cryptsetup dracut module. --- modules.d/00systemd/module-setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 04f0a9600..2eecc6fd6 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -45,9 +45,7 @@ install() { "$systemdutildir"/system.conf \ "$systemdutildir"/system.conf.d/*.conf \ "$systemdsystemunitdir"/debug-shell.service \ - "$systemdsystemunitdir"/cryptsetup.target \ "$systemdsystemunitdir"/cryptsetup-pre.target \ - "$systemdsystemunitdir"/remote-cryptsetup.target \ "$systemdsystemunitdir"/emergency.target \ "$systemdsystemunitdir"/sysinit.target \ "$systemdsystemunitdir"/basic.target \ -- 2.47.3