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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-12-05 11:54:56 +01:00
parent d4cbf825bc
commit 984822d792

View File

@@ -87,6 +87,8 @@ while (( TRY < MAX_TRIES )); do
exec {KEYFD}<"${VAR_TMP_SECRET}/luks.txt"
# --luks2-keyslots-size 16777216 \
# --luks2-metadata-size 4194304 \
if cryptsetup luksFormat \
--batch-mode \
--cipher aes-xts-plain64 \
@@ -95,8 +97,6 @@ while (( TRY < MAX_TRIES )); do
--key-file "/proc/$$/fd/${KEYFD}" \
--key-size 512 \
--label crypt_liveiso \
--luks2-keyslots-size 16777216 \
--luks2-metadata-size 4194304 \
--pbkdf argon2id \
--sector-size 4096 \
--type luks2 \