From 984822d792c152e8a8b6b54d4100a4fa66363bd9b0d0d298ff1a1c008444a753 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 5 Dec 2025 11:54:56 +0100 Subject: [PATCH] V8.13.544.2025.12.05 Signed-off-by: Marc S. Weidner --- config/hooks/live/zzzz_ciss_crypt_squash.hook.binary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hooks/live/zzzz_ciss_crypt_squash.hook.binary b/config/hooks/live/zzzz_ciss_crypt_squash.hook.binary index c23309a..f22d97d 100644 --- a/config/hooks/live/zzzz_ciss_crypt_squash.hook.binary +++ b/config/hooks/live/zzzz_ciss_crypt_squash.hook.binary @@ -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 \