diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-07-02 12:36:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-06 16:12:03 +0200 |
commit | bc3e2c5a5774ae7b212817d04e04abccf30088ae (patch) | |
tree | 58d08205bcf3f69ce92d17f74129498c9f50a715 /man | |
parent | ukify: add new --extend= switch for importing an existing UKI's sections to l... (diff) | |
download | systemd-bc3e2c5a5774ae7b212817d04e04abccf30088ae.tar.xz systemd-bc3e2c5a5774ae7b212817d04e04abccf30088ae.zip |
ukify: introduce new --measure-base= switch
Diffstat (limited to 'man')
-rw-r--r-- | man/ukify.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/ukify.xml b/man/ukify.xml index 5e7681279b..983e89c270 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -241,6 +241,19 @@ </varlistentry> <varlistentry> + <term><option>--measure-base=<replaceable>PATH</replaceable></option></term> + + <listitem><para>Takes a path to an existing PE file to use as base profile, for measuring + multi-profile UKIs. When calculating the PCR values, this has the effect that the sections + specified on the command line are combined with any sections from the PE file specified here (up to + the first <literal>.profile</literal> section, and only if not already specified on the command + line). Typically, this is used together with <option>--extend=</option> to both import and use as + measurement base an existing UKI.</para> + + <xi:include href="version-info.xml" xpointer="v257"/></listitem> + </varlistentry> + + <varlistentry> <term><option>--tools=<replaceable>DIRS</replaceable></option></term> <listitem><para>Specify one or more directories with helper tools. <command>ukify</command> will |