summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-18 15:45:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-18 15:45:16 +0100
commit5986ab5735b24557718ed7189cffd9e64c24d32a (patch)
treee5d1d8aaeb8d069da8b92166512cf07966908b73 /sys-apps
parent4bd6fd31e606d063b1b8bb8bca95ad767b7d6a2b (diff)
sys-fs/cryptsetup : version bump
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baselayout/baselayout-2.13-r5.ebuild (renamed from sys-apps/baselayout/baselayout-2.13-r4.ebuild)0
-rw-r--r--sys-apps/baselayout/files/dmcryptcfg9
2 files changed, 9 insertions, 0 deletions
diff --git a/sys-apps/baselayout/baselayout-2.13-r4.ebuild b/sys-apps/baselayout/baselayout-2.13-r5.ebuild
index cbfd0b2c..cbfd0b2c 100644
--- a/sys-apps/baselayout/baselayout-2.13-r4.ebuild
+++ b/sys-apps/baselayout/baselayout-2.13-r5.ebuild
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='</path/to/keyfile>[:<mode>]' == Fullpath from / or from inside removable media.
+# header='</path/to/header>' == Full path to detached LUKS header file.
# remdev='<dev>' == Device that will be assigned to removable media.
# gpg_options='<opts>' == Default are --quiet --decrypt
# options='<opts>' == 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'