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 \