12345678910111213141516 |
- Subject: Embed TPM modules in initramfs
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2020-05-21
- Bug: https://github.com/latchset/clevis/issues/194
- --- a/src/initramfs-tools/hooks/clevis.in
- +++ b/src/initramfs-tools/hooks/clevis.in
- @@ -74,6 +74,8 @@
- copy_exec "${_LIBRARY}" || die 2 "Unable to copy ${_LIBRARY}"
- fi
- done
- + manual_add_modules tpm_crb
- + manual_add_modules tpm_tis
- fi
-
-
|