From: Jóhann B. Guðmundsson Date: Tue, 30 Mar 2021 14:38:00 +0000 (+0000) Subject: fix(crypt): include cryptsetups tmpfile X-Git-Tag: 054~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4cc196467e45f093fab7876c1c6b40798058920;p=thirdparty%2Fdracut.git fix(crypt): include cryptsetups tmpfile --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index cc409fa85..bef9151f8 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -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 \