diff options
author | Adrian Vovk <adrianvovk@gmail.com> | 2024-02-01 19:35:03 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-03-23 02:05:13 +0100 |
commit | d94c7eef121dd5dbab758722a199125d49f85d55 (patch) | |
tree | 5d8eb50ea0eafc09e3412a0ddfa1db3d99835fac /man/homectl.xml | |
parent | homework: Accept volume key from keyring (diff) | |
download | systemd-d94c7eef121dd5dbab758722a199125d49f85d55.tar.xz systemd-d94c7eef121dd5dbab758722a199125d49f85d55.zip |
homework: Implement offline updates
This makes it possible to update a home record (and blob directory) of a
home area that's either completely absent (i.e. on a USB stick that's
unplugged) or just inaccessible due to lack of authentication
Diffstat (limited to 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index 1a0535cd4a..f1bade2053 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -169,6 +169,16 @@ <xi:include href="version-info.xml" xpointer="v245"/></listitem> </varlistentry> + <varlistentry> + <term><option>--offline</option></term> + + <listitem><para>Do not attempt to update the copy of the user record and blob directory that is embedded inside + of the home area. This allows for operation on home areas that are absent, or without needing to authenticate as + the user being modified.</para> + + <xi:include href="version-info.xml" xpointer="v256"/></listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> |