From: Jo Zzsi Date: Mon, 19 Aug 2024 20:07:38 +0000 (-0400) Subject: fix(systemd): remove duplicate systemd cryptsetup targets X-Git-Tag: 104~123 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ad52085;p=thirdparty%2Fdracut-ng.git fix(systemd): remove duplicate systemd cryptsetup targets These targets are installed in the systemd-cryptsetup dracut module. --- 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 \