summaryrefslogtreecommitdiffstats
path: root/man/kernel-install.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-11-06 18:25:46 +0100
committerLennart Poettering <lennart@poettering.net>2023-11-07 16:07:57 +0100
commit758d14767d59dd5444dde9fe74fbb669b18a6572 (patch)
treee011bdae33ce638545da5d343b2b0636427b151f /man/kernel-install.xml
parentkernel-install: add add-all verb (diff)
downloadsystemd-758d14767d59dd5444dde9fe74fbb669b18a6572.tar.xz
systemd-758d14767d59dd5444dde9fe74fbb669b18a6572.zip
kernel-install: make "inspect" work more like "add" regarding omission of parameters
This makes "kernel-install inspect" work more "kernel-install add": if the version or kernel image is specified as "-" or omitted we'll make it up.
Diffstat (limited to 'man/kernel-install.xml')
-rw-r--r--man/kernel-install.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index 625658becf..0223b561f1 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -200,13 +200,15 @@
</varlistentry>
<varlistentry>
<term>
- <command>inspect [[<replaceable>KERNEL-VERSION</replaceable>] <replaceable>KERNEL-IMAGE</replaceable>] [<replaceable>INITRD-FILE</replaceable> ...]</command>
+ <command>inspect [[[<replaceable>KERNEL-VERSION</replaceable>] <replaceable>KERNEL-IMAGE</replaceable>] [<replaceable>INITRD-FILE</replaceable> ...]]</command>
</term>
<listitem>
+ <para>Takes the same parameters as <command>add</command>.</para>
+
<para>Shows the various paths and parameters configured or auto-detected. In particular shows the
- values of the various <varname>$KERNEL_INSTALL_*</varname> environment variables listed
- below. The <option>--json</option> option can be used to get the output of this verb as a JSON
- object.</para>
+ values of the various <varname>$KERNEL_INSTALL_*</varname> environment variables listed below, as
+ they would be passed to plugins. The <option>--json</option> option can be used to get the output
+ of this verb as a JSON object.</para>
<xi:include href="version-info.xml" xpointer="v251"/>
</listitem>