]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: document the new luksExtraMountOptions concept 21331/head
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 16:48:50 +0000 (17:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 21:22:06 +0000 (22:22 +0100)
docs/USER_RECORD.md
man/homectl.xml

index f82f1307cc8bc353fb2bce6993eaf44f45144fda..d34eac1afa873e4a2cc0e0e10136fff8b78759e7 100644 (file)
@@ -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.
index 01e9c3b29b99bd4315447a4412b2008755922655..1b109938ce2fbae89dda6e9e5df7db561183bb2f 100644 (file)
         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>