diff options
author | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-09-04 13:40:18 +0200 |
---|---|---|
committer | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-11-05 22:47:04 +0100 |
commit | 763028a16cb54582823fedaba5d3ba8432e1c0ed (patch) | |
tree | df5515e2027f68ddf61654e6267ddb0334ad1dbd /man | |
parent | boot: Add .dtbauto section matching in PE section discovery against HWIDs and... (diff) | |
download | systemd-763028a16cb54582823fedaba5d3ba8432e1c0ed.tar.xz systemd-763028a16cb54582823fedaba5d3ba8432e1c0ed.zip |
measure: introduce support for a .hwids section
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-measure.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd-measure.xml b/man/systemd-measure.xml index 71983ffe00..a21b2dcecc 100644 --- a/man/systemd-measure.xml +++ b/man/systemd-measure.xml @@ -77,7 +77,7 @@ <option>--osrel=</option>, <option>--cmdline=</option>, <option>--initrd=</option>, <option>--ucode=</option>, <option>--splash=</option>, <option>--dtb=</option>, <option>--uname=</option>, <option>--sbat=</option>, <option>--pcrpkey=</option>, - <option>--profile=</option>, see below. Only <option>--linux=</option> is mandatory. (Alternatively, + <option>--profile=</option>, <option>--hwids=</option>, see below. Only <option>--linux=</option> is mandatory. (Alternatively, specify <option>--current</option> to use the current values of PCR register 11 instead.)</para> <xi:include href="version-info.xml" xpointer="v252"/> @@ -125,6 +125,7 @@ <term><option>--sbat=<replaceable>PATH</replaceable></option></term> <term><option>--pcrpkey=<replaceable>PATH</replaceable></option></term> <term><option>--profile=<replaceable>PATH</replaceable></option></term> + <term><option>--hwids=<replaceable>PATH</replaceable></option></term> <listitem><para>When used with the <command>calculate</command> or <command>sign</command> verb, configures the files to read the unified kernel image components from. Each option corresponds with @@ -134,7 +135,7 @@ <xi:include href="version-info.xml" xpointer="v252"/> - <para id="v257">With the exception of <option>--profile=</option>, which has been added in version + <para id="v257">With the exception of <option>--profile=</option> and <option>--hwids=</option>, which have been added in version 257.</para></listitem> </varlistentry> |