From: Jonathan Lebon Date: Thu, 24 Sep 2020 01:15:52 +0000 (-0400) Subject: 90crypt: pull in remote-cryptsetup.target enablement X-Git-Tag: 051~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea391b527eb19c572a750fe00f95d02a50beabf;p=thirdparty%2Fdracut.git 90crypt: pull in remote-cryptsetup.target enablement This is enabled upstream in https://github.com/systemd/systemd/pull/17149. --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index e3d6338f1..f43b2e5d5 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -151,6 +151,7 @@ install() { $systemdsystemunitdir/systemd-ask-password-console.service \ $systemdsystemunitdir/cryptsetup.target \ $systemdsystemunitdir/sysinit.target.wants/cryptsetup.target \ + $systemdsystemunitdir/initrd-root-fs.target.wants/remote-cryptsetup.target \ systemd-ask-password systemd-tty-ask-password-agent fi