mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
doc: document the new luksExtraMountOptions concept
This commit is contained in:
parent
edf0c907e7
commit
5dd57a00d5
@ -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.
|
||||
|
@ -656,6 +656,14 @@
|
||||
to on, to ensure disk space is minimized while a user is not logged in.</para></listitem>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user