summaryrefslogtreecommitdiffstats
path: root/man/systemd-analyze.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-09-19 12:21:05 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-09-19 12:21:08 +0200
commit3b16e9f41983f697bc38c40bb8e7119c1bb4f7c8 (patch)
tree319565998a7e84b8ed8d8a647e2fcb038fcb1b3e /man/systemd-analyze.xml
parenttpm2-util: colorize output of 'systemd-analyze has-tpm2' (diff)
downloadsystemd-3b16e9f41983f697bc38c40bb8e7119c1bb4f7c8.tar.xz
systemd-3b16e9f41983f697bc38c40bb8e7119c1bb4f7c8.zip
man/systemd-analyze: mention required libraries for TPM2 support
Closes #34477.
Diffstat (limited to '')
-rw-r--r--man/systemd-analyze.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index 10518dc791..ce0e83c544 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -962,7 +962,9 @@ default ignore - -</programlisting>
discovered/supported/used, prints <literal>no</literal>. Otherwise prints
<literal>partial</literal>. In either of these two cases exits with non-zero exit status. It also shows
five lines indicating separately whether firmware, drivers, the system, the kernel and libraries
- discovered/support/use TPM2.</para>
+ discovered/support/use TPM2. Currently, required libraries are <filename>libtss2-esys.so.0</filename>,
+ <filename>libtss2-rc.so.0</filename>, and <filename>libtss2-mu.so.0</filename>. The requirement may be
+ changed in the future release.</para>
<para>Note, this checks for TPM 2.0 devices only, and does not consider TPM 1.2 at all.</para>