summaryrefslogtreecommitdiff
path: root/man/homectl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-08-18 15:11:06 +0200
committerLennart Poettering <lennart@poettering.net>2020-08-19 15:46:07 +0200
commitcaf6bd166f6521e1e33a25c39bb2e1b05d61b733 (patch)
treee51ba617202cdf4281ae93295e42e67d929e8d79 /man/homectl.xml
parent1b13600948b9fc5d35b3b643d02e5323f75dd682 (diff)
downloadsystemd-caf6bd166f6521e1e33a25c39bb2e1b05d61b733.tar.gz
homed: default to "btrfs" as fs type in the LUKS backend
Apparently both Fedora and suse default to btrfs now, it should hence be good enough for us too. This enables a bunch of really nice things for us, most importanly we can resize home directories freely (i.e. both grow *and* shrink) while online. It also allows us to add nice subvolume based home directory snapshotting later on. Also, whenever we mention the three supported types, alaways mention them in alphabetical order, which is also our new order of preference.
Diffstat (limited to 'man/homectl.xml')
-rw-r--r--man/homectl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/homectl.xml b/man/homectl.xml
index 0724749c07..f2e9879930 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -566,8 +566,8 @@
<term><option>--fs-type=</option><replaceable>TYPE</replaceable></term>
<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
+ directory LUKS2 container. One of <literal>btrfs</literal>, <literal>ext4</literal>,
+ <literal>xfs</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>