From 142bf5690f0bc4c8d58c2f1d3917e4c2604a6c84 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 11 Nov 2017 02:44:22 +0100 Subject: [PATCH] fix --- Simon-OS/arch-install | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) 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} <