]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(tpm2-tss): typo in depends()
authorMatthias Berndt <matthias_berndt@gmx.de>
Tue, 1 Jun 2021 17:32:48 +0000 (19:32 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 22 Jun 2021 13:32:28 +0000 (15:32 +0200)
There is no systemd-udev module, only systemd-udevd

modules.d/91tpm2-tss/module-setup.sh

index 28af22a319d2b648d9ff82ff0fa60c4c937956f9..361131d664e5625bccfb088c47b35e7be4667e14 100755 (executable)
@@ -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