diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2023-01-17 22:06:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2023-01-18 14:32:14 +0100 |
commit | a05255981ba5b04f1cf54ea656fbce1dfd9c3a68 (patch) | |
tree | b0b29f717ae55d538bc328c4c1236d7af968b517 /man | |
parent | 53c368d71ba43da7414ac86c58291a11da05ba84 (diff) | |
download | systemd-a05255981ba5b04f1cf54ea656fbce1dfd9c3a68.tar.gz |
bootctl: add kernel-inspect command
Takes a kernel image as argument. Prints details about the kernel.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/bootctl.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 2479d5fcd6..0d796bedc1 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -227,6 +227,12 @@ <listitem><para>Takes a kernel image as argument. Checks what kind of kernel the image is. Returns one of uki, pe or unknown.</para></listitem> </varlistentry> + + <varlistentry> + <term><option>kernel-inspect</option> <replaceable>kernel</replaceable></term> + + <listitem><para>Takes a kernel image as argument. Prints details about the kernel.</para></listitem> + </varlistentry> </variablelist> </refsect1> |