V8.13.544.2025.12.05
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m23s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-12-05 13:57:20 +01:00
parent 008fad3f0e
commit a35a43270d

View File

@@ -80,8 +80,6 @@ preallocate "${LUKSFS}" "${VAR_LUKSFS_SIZE}"
exec {KEYFD}<"${VAR_TMP_SECRET}/luks.txt"
#--sector-size 4096 \
cryptsetup luksFormat \
--batch-mode \
--cipher aes-xts-plain64 \
@@ -93,6 +91,7 @@ cryptsetup luksFormat \
--luks2-keyslots-size 16777216 \
--luks2-metadata-size 4194304 \
--pbkdf argon2id \
--sector-size 512 \
--type luks2 \
--use-random \
--verbose \