From 5dd57a00d5c48e0553062e8eb39357c5f36df20b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Nov 2021 17:48:50 +0100 Subject: [PATCH] doc: document the new luksExtraMountOptions concept --- docs/USER_RECORD.md | 3 +++ man/homectl.xml | 8 ++++++++ 2 files changed, 11 insertions(+) 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