diff options
author | Luca Boccassi <bluca@debian.org> | 2022-05-21 23:38:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-21 23:38:56 +0200 |
commit | ebd4571e3142f9e1870302bc5bd29a5ff3a88423 (patch) | |
tree | 5e3e5ba5ac8e9e71f78bed19489de3f7a709cb54 /man | |
parent | resolved: default to OpenSSL (diff) | |
parent | bootctl: Add EFI arch detection support (diff) | |
download | systemd-ebd4571e3142f9e1870302bc5bd29a5ff3a88423.tar.xz systemd-ebd4571e3142f9e1870302bc5bd29a5ff3a88423.zip |
Merge pull request #22550 from medhefgo/boot-mixed
boot: EFI mixed mode support
Diffstat (limited to 'man')
-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"/> |