]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(crypt): include cryptsetups tmpfile
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 30 Mar 2021 14:38:00 +0000 (14:38 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 30 Mar 2021 19:14:38 +0000 (19:14 +0000)
modules.d/90crypt/module-setup.sh

index cc409fa85b09b961a32818578ee518026eda6234..bef9151f85d39940896edd3c51e2bdcc294ae4a7 100755 (executable)
@@ -147,6 +147,7 @@ install() {
         # the cryptsetup targets are already pulled in by 00systemd, but not
         # the enablement symlinks
         inst_multiple -o \
+            "$tmpfilesdir"/cryptsetup.conf \
             "$systemdutildir"/system-generators/systemd-cryptsetup-generator \
             "$systemdutildir"/systemd-cryptsetup \
             "$systemdsystemunitdir"/systemd-ask-password-console.path \