From a35a43270dae26c66e6a68b90df582982b23abbdbf313e297fc8a800ab9192ac Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 5 Dec 2025 13:57:20 +0100 Subject: [PATCH] V8.13.544.2025.12.05 Signed-off-by: Marc S. Weidner --- config/hooks/live/zzzz_ciss_crypt_squash.hook.binary | 3 +-- 1 file changed, 1 insertion(+), 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 13e698a..d43b485 100644 --- a/config/hooks/live/zzzz_ciss_crypt_squash.hook.binary +++ b/config/hooks/live/zzzz_ciss_crypt_squash.hook.binary @@ -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 \