aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Berndt <matthias_berndt@gmx.de>2021-06-01 19:32:48 +0200
committerHarald Hoyer <harald@hoyer.xyz>2021-06-22 15:32:28 +0200
commit8b17105bed69ed90582a13d97d95ee19e6581365 (patch)
tree3258ce578c1a65002ae77d607bdb9ceac0e099e2
parente0abf88a15d23fbf793cf872397016ad86aeaaa8 (diff)
downloaddracut-8b17105bed69ed90582a13d97d95ee19e6581365.tar.gz
fix(tpm2-tss): typo in depends()
There is no systemd-udev module, only systemd-udevd
-rwxr-xr-xmodules.d/91tpm2-tss/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/91tpm2-tss/module-setup.sh b/modules.d/91tpm2-tss/module-setup.sh
index 28af22a3..361131d6 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