diff options
author | Luca Boccassi <bluca@debian.org> | 2023-05-21 15:32:09 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-05-24 12:06:36 +0200 |
commit | b6f2e6860220aa89550f690b12246c4e8eb6e908 (patch) | |
tree | d2672be2e030537d52633ba68cfa52432de7d7fc /man | |
parent | efi: set EFIVAR to stop Shim from uninstalling its protocol (diff) | |
download | systemd-b6f2e6860220aa89550f690b12246c4e8eb6e908.tar.xz systemd-b6f2e6860220aa89550f690b12246c4e8eb6e908.zip |
stub/measure: document and measure .uname UKI section
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-stub.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index 4cbf9cde85..e0513f2136 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -57,6 +57,9 @@ <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> file of the OS the kernel belongs to, in the <literal>.osrel</literal> PE section.</para></listitem> + <listitem><para>Kernel version information, i.e. the output of <command>uname -r</command> for the + kernel included in the UKI, in the <literal>.uname</literal> PE section.</para></listitem> + <listitem><para>The initrd will be loaded from the <literal>.initrd</literal> PE section. </para></listitem> |