diff options
author | Adrian Vovk <adrianvovk@gmail.com> | 2023-07-12 00:35:54 +0200 |
---|---|---|
committer | Tom Coldrick <thomas.coldrick@codethink.co.uk> | 2024-07-12 15:38:09 +0200 |
commit | c0d61862274694763e1e332e7498548d6040ca9f (patch) | |
tree | b527e397e4a20c181ba64a49efc90ffd68d0558a /man | |
parent | sysupdate: Report download progress via sd_notify (diff) | |
download | systemd-c0d61862274694763e1e332e7498548d6040ca9f.tar.xz systemd-c0d61862274694763e1e332e7498548d6040ca9f.zip |
sysupdate: Add --offline mode
This prevents sysupdate from going out to the network to enumerate
available instances. When combined with the list command, this lets us
query installed instances
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-sysupdate.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-sysupdate.xml b/man/systemd-sysupdate.xml index 8c1228c7d9..f77bd3d0d9 100644 --- a/man/systemd-sysupdate.xml +++ b/man/systemd-sysupdate.xml @@ -295,6 +295,16 @@ <xi:include href="version-info.xml" xpointer="v251"/></listitem> </varlistentry> + <varlistentry> + <term><option>--offline</option></term> + + <listitem><para>Prevents fetching metadata from the network (i.e. <filename>SHA256SUMS</filename>). + This is most useful when used in combination with the <command>list</command> command, to query + locally installed versions.</para> + + <xi:include href="version-info.xml" xpointer="v257"/></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="no-pager" /> <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="json" /> |