From 7c7be12ba789e3fcc66c31b75656e32f82f2aa9a Mon Sep 17 00:00:00 2001 From: dataprolet <1+dataprolet@noreply.localhost> Date: Sun, 31 May 2026 17:00:23 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 11337f4..3ff9cfe 100644 --- a/install.sh +++ b/install.sh @@ -180,7 +180,8 @@ fi # Encrypting partition. echo "Encrypting system partition. This might take a while." echo -echo -en "${pwcr}\n${pwcr}" | cryptsetup -c aes-xts-plain -s 512 luksFormat /dev/$main +# https://wiki.archlinux.org/title/Dm-crypt/Device_encryption#Encryption_options_for_LUKS_mode +echo -en "${pwcr}\n${pwcr}" | cryptsetup -s 512 luksFormat /dev/$main echo "Partition successfully encrypted." echo