Skip to content

Commit

Permalink
fix(tpm2-tss): typo in depends()
Browse files Browse the repository at this point in the history
There is no systemd-udev module, only systemd-udevd
  • Loading branch information
mberndt123 authored and haraldh committed Jun 22, 2021
1 parent e0abf88 commit 8b17105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/91tpm2-tss/module-setup.sh
Expand Up @@ -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

Expand Down

0 comments on commit 8b17105

Please sign in to comment.