diff --git a/Simon-OS/arch-install b/Simon-OS/arch-install index 2e2db85..981990d 100755 --- a/Simon-OS/arch-install +++ b/Simon-OS/arch-install @@ -61,10 +61,9 @@ sgdisk -a 2048 -n 3::+8G -c 3:"Linux swap" -t 3:8200 ${device} sgdisk -a 2048 -n 4:: -c 4:"Linux filesystem" -t 4:8300 ${device} if [ "${verschluesselung}" == "y" ]; then - cryptsetup -c aes-xts-plain64 -y -s 512 luksFormat ${device}${rootpartitionnummer} <