summaryrefslogtreecommitdiff
path: root/man/homectl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-05 11:02:12 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-07 23:37:30 +0200
commitfeb86ca90ce9c0d03c3d92435a90917109db97b2 (patch)
treee655ea6af6c444f149871257d80af334ab038ea0 /man/homectl.xml
parentc76dd733afe04b36cdac16322a07201c5793f2df (diff)
downloadsystemd-feb86ca90ce9c0d03c3d92435a90917109db97b2.tar.gz
man: document homed.conf
Diffstat (limited to 'man/homectl.xml')
-rw-r--r--man/homectl.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/man/homectl.xml b/man/homectl.xml
index 632c8b95bb..14877a0cde 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -504,9 +504,9 @@
<listitem><para>Selects the storage mechanism to use for this home directory. Takes one of
<literal>luks</literal>, <literal>fscrypt</literal>, <literal>directory</literal>,
<literal>subvolume</literal>, <literal>cifs</literal>. For details about these mechanisms, see
- above. If a new home directory is created and the storage type is not specifically specified defaults
- to <literal>luks</literal> if supported, <literal>subvolume</literal> as first fallback if supported,
- and <literal>directory</literal> if not.</para></listitem>
+ above. If a new home directory is created and the storage type is not specifically specified,
+ <citerefentry><refentrytitle>homed.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ defines which default storage to use.</para></listitem>
</varlistentry>
<varlistentry>
@@ -525,9 +525,10 @@
<listitem><para>When LUKS2 storage is used configures the file system type to use inside the home
directory LUKS2 container. One of <literal>ext4</literal>, <literal>xfs</literal>,
- <literal>btrfs</literal>. If not specified defaults to <literal>ext4</literal>. Note that
- <literal>xfs</literal> is not recommended as its support for file system resizing is too
- limited.</para></listitem>
+ <literal>btrfs</literal>. If not specified
+ <citerefentry><refentrytitle>homed.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ defines which default file system type to use. Note that <literal>xfs</literal> is not recommended as
+ its support for file system resizing is too limited.</para></listitem>
</varlistentry>
<varlistentry>
@@ -837,6 +838,7 @@ homectl update lafcadio --pkcs11-token-uri=…</programlisting>
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>homed.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>userdbctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry project='man-pages'><refentrytitle>useradd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry project='man-pages'><refentrytitle>cryptsetup</refentrytitle><manvolnum>8</manvolnum></citerefentry>