diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-05 12:28:32 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-05 12:30:06 +0200 |
commit | 14e6e444dd9eaa0db229548c31baecd75de4478e (patch) | |
tree | c2cc311f7e373a936499c162809ff65131136c54 /man | |
parent | bootctl: support --graceful in is-installed (diff) | |
download | systemd-14e6e444dd9eaa0db229548c31baecd75de4478e.tar.xz systemd-14e6e444dd9eaa0db229548c31baecd75de4478e.zip |
bootctl: add --quiet
It's useful for installation scripts and suchlike.
Raised in https://bugzilla.redhat.com/show_bug.cgi?id=2079784#c9.
Diffstat (limited to 'man')
-rw-r--r-- | man/bootctl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 630dac7d48..1e6d537d0b 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -277,6 +277,14 @@ </varlistentry> <varlistentry> + <term><option>-q</option></term> + <term><option>--quiet</option></term> + + <listitem><para>Suppress printing of the results of various commands and also the hints about ESP + being unavailable.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--make-entry-directory=yes|no</option></term> <listitem><para>Controls creation and deletion of the <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> Type #1 entry |