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 /docs/USER_RECORD.md | |
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 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index f82f1307cc..d34eac1afa 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. |