From 5986ab5735b24557718ed7189cffd9e64c24d32a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jul 2023 15:45:16 +0100 Subject: sys-fs/cryptsetup : version bump --- sys-apps/baselayout/files/dmcryptcfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys-apps/baselayout/files') diff --git a/sys-apps/baselayout/files/dmcryptcfg b/sys-apps/baselayout/files/dmcryptcfg index 642ff087..8250e826 100644 --- a/sys-apps/baselayout/files/dmcryptcfg +++ b/sys-apps/baselayout/files/dmcryptcfg @@ -44,6 +44,7 @@ dmcrypt_retries=5 # for blkid (see -t option). This is safer than using # the full path to the device. # key='[:]' == Fullpath from / or from inside removable media. +# header='' == Full path to detached LUKS header file. # remdev='' == Device that will be assigned to removable media. # gpg_options='' == Default are --quiet --decrypt # options='' == cryptsetup, for LUKS you can only use --readonly @@ -52,6 +53,8 @@ dmcrypt_retries=5 # be looked up automatically. # pre_mount='cmds' == commands to execute before mounting partition. # post_mount='cmds' == commands to execute after mounting partition. +# wait=5 == wait given amount of seconds for source or +# detached header file appear. #----------- # Supported Modes # gpg == decrypt and pipe key into cryptsetup. @@ -79,6 +82,12 @@ dmcrypt_retries=5 #source='/dev/hda5' #key='/full/path/to/homekey' +## /home with regular keyfile and detached header +#target=crypt-home +#source='/dev/hda5' +#key='/full/path/to/homekey' +#header='/full/path/to/header/file' + ## /home with gpg protected key #target=crypt-home #source='/dev/hda5' -- cgit v1.2.3