From: Matthias Berndt Date: Tue, 1 Jun 2021 17:32:48 +0000 (+0200) Subject: fix(tpm2-tss): typo in depends() X-Git-Tag: 056~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b17105bed69ed90582a13d97d95ee19e6581365;p=thirdparty%2Fdracut.git fix(tpm2-tss): typo in depends() There is no systemd-udev module, only systemd-udevd --- diff --git a/modules.d/91tpm2-tss/module-setup.sh b/modules.d/91tpm2-tss/module-setup.sh index 28af22a31..361131d66 100755 --- a/modules.d/91tpm2-tss/module-setup.sh +++ b/modules.d/91tpm2-tss/module-setup.sh @@ -17,7 +17,7 @@ check() { depends() { # This module has external dependency on other module(s). - echo systemd-sysusers systemd-udev + echo systemd-sysusers systemd-udevd # Return 0 to include the dependent module(s) in the initramfs. return 0