summaryrefslogtreecommitdiff
path: root/man/kernel-install.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-07 20:49:30 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-11 15:49:53 +0100
commit7054308a8df81683d5997b386e70d039bb55c6bb (patch)
tree63654758085e1e64fe0cdcfe105f4ae0e7920e55 /man/kernel-install.xml
parent7061e4ca008a0dd67860409bd6f1cde5c5e48681 (diff)
downloadsystemd-7054308a8df81683d5997b386e70d039bb55c6bb.tar.gz
kernel-install: add --verbose
This makes it easier to see what is going on. Documentation for --verbose and --help is added to the man page. Our plugins are updated to also log a bit.
Diffstat (limited to 'man/kernel-install.xml')
-rw-r--r--man/kernel-install.xml27
1 files changed, 26 insertions, 1 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index 50e1320105..db0a0b8256 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -6,7 +6,8 @@
SPDX-License-Identifier: LGPL-2.1+
-->
-<refentry id="kernel-install">
+<refentry id="kernel-install"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo>
<title>kernel-install</title>
@@ -27,6 +28,7 @@
<cmdsynopsis>
<command>kernel-install</command>
<arg choice="plain">COMMAND</arg>
+ <arg choice="opt" rep="repeat">OPTIONS</arg>
<arg choice="plain"><replaceable>KERNEL-VERSION</replaceable></arg>
<arg choice="plain"><replaceable>KERNEL-IMAGE</replaceable></arg>
<arg choice="opt" rep="repeat"><replaceable>INITRD-FILE</replaceable></arg>
@@ -128,6 +130,29 @@
</refsect1>
<refsect1>
+ <title>Options</title>
+ <para>The following options are understood:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-v</option></term>
+ <term><option>--verbose</option></term>
+ <listitem>
+ <para>Output additional information about operations being performed.</para>
+ </listitem>
+ </varlistentry>
+
+ <xi:include href="standard-options.xml" xpointer="help" />
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
+ <title>Environment variables</title>
+ <para>If <option>--verbose</option> is used, <varname>$KERNEL_INSTALL_VERBOSE=1</varname> will be set for
+ the plugins. They may output additional logs in this case.</para>
+ </refsect1>
+
+ <refsect1>
<title>Exit status</title>
<para>If every executable returns 0 or 77, 0 is returned, and a non-zero failure code otherwise.</para>
</refsect1>