diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-11-22 10:58:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-12-18 11:10:53 +0100 |
commit | 3ccadbce3358ba1db7ce5fa3f8dd17c627ffd93b (patch) | |
tree | bf6690b160f0c51db684ee970685497e868b9679 /man/systemd.system-credentials.xml | |
parent | firstboot: adjust what systemd.firstboot=no on the kernel cmdline does (diff) | |
download | systemd-3ccadbce3358ba1db7ce5fa3f8dd17c627ffd93b.tar.xz systemd-3ccadbce3358ba1db7ce5fa3f8dd17c627ffd93b.zip |
homectl: add "firstboot" command
This extends what systemd-firstboot does and runs on first boots only
and either processes user records passed in via credentials to create,
or asks the user interactively to create one (only if no regular user
exists yet).
Diffstat (limited to 'man/systemd.system-credentials.xml')
-rw-r--r-- | man/systemd.system-credentials.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml index f7f0df18aa..2a2d03b29f 100644 --- a/man/systemd.system-credentials.xml +++ b/man/systemd.system-credentials.xml @@ -270,6 +270,16 @@ <xi:include href="version-info.xml" xpointer="v254"/> </listitem> </varlistentry> + + <varlistentry> + <term><varname>home.create.*</varname></term> + <listitem> + <para>Creates a home area for the specified user with the user record data passed in. For details see + <citerefentry><refentrytitle>homectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> + + <xi:include href="version-info.xml" xpointer="v256"/> + </listitem> + </varlistentry> </variablelist> </refsect1> |