diff options
author | Jan Janssen <medhefgo@web.de> | 2022-02-17 13:40:25 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2022-05-21 16:11:13 +0200 |
commit | 6e9165397faa1b546d367bdfc28dd4377a8f1d0a (patch) | |
tree | 2f4b262c30344659dffd10f7853175ea4233b617 /man/bootctl.xml | |
parent | boot: Support booting in EFI mixed mode (diff) | |
download | systemd-6e9165397faa1b546d367bdfc28dd4377a8f1d0a.tar.xz systemd-6e9165397faa1b546d367bdfc28dd4377a8f1d0a.zip |
bootctl: Add EFI arch detection support
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r-- | man/bootctl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 1e6d537d0b..8c88238383 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -341,6 +341,11 @@ token when adding a second installation.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--all-architectures</option></term> + <listitem><para>Install binaries for all supported EFI architectures (this implies <option>--no-variables</option>).</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="no-pager"/> <xi:include href="standard-options.xml" xpointer="json" /> <xi:include href="standard-options.xml" xpointer="help"/> |