Browse Source

fix(tpm2-tss): typo in depends()

There is no systemd-udev module, only systemd-udevd
master
Matthias Berndt 4 years ago committed by Harald Hoyer
parent
commit
8b17105bed
  1. 2
      modules.d/91tpm2-tss/module-setup.sh

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

@ -17,7 +17,7 @@ check() {
depends() { depends() {


# This module has external dependency on other module(s). # 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 to include the dependent module(s) in the initramfs.
return 0 return 0



Loading…
Cancel
Save