summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-12 17:48:50 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-12 22:22:06 +0100
commit5dd57a00d5c48e0553062e8eb39357c5f36df20b (patch)
tree0c9702523fea079c2f2eb5c7845a9a6ebd3d4ce7
parentedf0c907e7e11ba75239f255eb6ed20708df0723 (diff)
downloadsystemd-5dd57a00d5c48e0553062e8eb39357c5f36df20b.tar.gz
doc: document the new luksExtraMountOptions concept
-rw-r--r--docs/USER_RECORD.md3
-rw-r--r--man/homectl.xml8
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md
index f82f1307cc..d34eac1afa 100644
--- a/docs/USER_RECORD.md
+++ b/docs/USER_RECORD.md
@@ -476,6 +476,9 @@ executed to make sure the image matches the selected option.
to trim/allocate the file system/backing file when deactivating the home
directory.
+`luksExtraMountOptions` → A string with additional mount options to append to
+the default mount options for the file system in the LUKS volume.
+
`luksCipher` → A string, indicating the cipher to use for the LUKS storage mechanism.
`luksCipherMode` → A string, selecting the cipher mode to use for the LUKS storage mechanism.
diff --git a/man/homectl.xml b/man/homectl.xml
index 01e9c3b29b..1b109938ce 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -657,6 +657,14 @@
</varlistentry>
<varlistentry>
+ <term><option>--luks-extra-mount-options=</option><replaceable>OPTIONS</replaceable></term>
+
+ <listitem><para>Takes a string containing additional mount options to use when mounting the LUKS
+ volume. If specified, this string will be appended to the default, built-in mount
+ options.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--luks-cipher=</option><replaceable>CIPHER</replaceable></term>
<term><option>--luks-cipher-mode=</option><replaceable>MODE</replaceable></term>
<term><option>--luks-volume-key-size=</option><replaceable>BITS</replaceable></term>