diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index f82f1307cc8..d34eac1afa8 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 01e9c3b29b9..1b109938ce2 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -656,6 +656,14 @@ to on, to ensure disk space is minimized while a user is not logged in. + + OPTIONS + + 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. + + CIPHER MODE