]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(systemd-cryptsetup): install cryptsetup-pre.target
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 26 Aug 2024 12:45:14 +0000 (08:45 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Thu, 29 Aug 2024 13:05:46 +0000 (09:05 -0400)
modules.d/00systemd/module-setup.sh
modules.d/90systemd-cryptsetup/module-setup.sh

index 237ad7ff78c1f075f8418de8fb95aad43f622c63..033961b875e5b3054c3eacc16abb5a360078e512 100755 (executable)
@@ -44,7 +44,6 @@ install() {
         "$systemdutildir"/system.conf \
         "$systemdutildir"/system.conf.d/*.conf \
         "$systemdsystemunitdir"/debug-shell.service \
-        "$systemdsystemunitdir"/cryptsetup-pre.target \
         "$systemdsystemunitdir"/emergency.target \
         "$systemdsystemunitdir"/sysinit.target \
         "$systemdsystemunitdir"/basic.target \
index da37bdef0f959cb370b49286c90f71fd7b9a151a..034d4ecfce196594c3188607ecb6f50d9d36a9f4 100755 (executable)
@@ -50,6 +50,7 @@ install() {
         "$tmpfilesdir"/cryptsetup.conf \
         "$systemdutildir"/system-generators/systemd-cryptsetup-generator \
         "$systemdutildir"/systemd-cryptsetup \
+        "$systemdsystemunitdir"/cryptsetup-pre.target \
         "$systemdsystemunitdir"/cryptsetup.target \
         "$systemdsystemunitdir"/sysinit.target.wants/cryptsetup.target \
         "$systemdsystemunitdir"/remote-cryptsetup.target \