]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(systemd): remove duplicate systemd cryptsetup targets
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 19 Aug 2024 20:07:38 +0000 (16:07 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 21 Aug 2024 02:15:15 +0000 (22:15 -0400)
These targets are installed in the systemd-cryptsetup dracut module.

modules.d/00systemd/module-setup.sh

index 04f0a960033cbaa020242590923d109b092dfeed..2eecc6fd6491e2553209ab29a02ba7151cecd702 100755 (executable)
@@ -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 \