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