diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-12 17:48:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-12 22:22:06 +0100 |
commit | 5dd57a00d5c48e0553062e8eb39357c5f36df20b (patch) | |
tree | 0c9702523fea079c2f2eb5c7845a9a6ebd3d4ce7 /man/homectl.xml | |
parent | homectl: make new LUKS extra mount option field settable (diff) | |
download | systemd-5dd57a00d5c48e0553062e8eb39357c5f36df20b.tar.xz systemd-5dd57a00d5c48e0553062e8eb39357c5f36df20b.zip |
doc: document the new luksExtraMountOptions concept
Diffstat (limited to 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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> |