diff --git a/Simon-OS/arch-install b/Simon-OS/arch-install index 981990d..a627ab0 100755 --- a/Simon-OS/arch-install +++ b/Simon-OS/arch-install @@ -61,6 +61,7 @@ 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 + echo "Bitte groß YES schreiben" cryptsetup -c aes-xts-plain64 -y -s 512 luksFormat ${device}${rootpartitionnummer} cryptsetup luksOpen ${device}${rootpartitionnummer} luks0 deviceluks="/dev/mapper/luks0" @@ -76,6 +77,7 @@ sgdisk -a 2048 -n 2::+1G -c 2:"EFI Boot Partition" -t 2:ef00 ${device} sgdisk -a 2048 -n 3:: -c 4:"Linux filesystem" -t 3:8300 ${device} if [ "${verschluesselung}" == "y" ]; then + echo "Bitte groß YES schreiben" cryptsetup -c aes-xts-plain64 -y -s 512 luksFormat ${device}${rootpartitionnummer} cryptsetup luksOpen ${device}${rootpartitionnummer} luks0 deviceluks="/dev/mapper/luks0" @@ -366,6 +368,7 @@ if [ "${verschluesselung}" == "y" ]; then else mkfs.btrfs -f -m single ${device}${rootpartitionnummer} fi +fi btrfs filesystem show }