diff --git a/Simon-OS/arch-install b/Simon-OS/arch-install index 2cd1e15..2e2db85 100755 --- a/Simon-OS/arch-install +++ b/Simon-OS/arch-install @@ -61,8 +61,10 @@ 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 /dev/sda4 - cryptsetup luksOpen /dev/sda4 luks0 + cryptsetup -c aes-xts-plain64 -y -s 512 luksFormat ${device}${rootpartitionnummer} <