From e0535faaedc8a642a6772a68c57243bbdd305a6e Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 11 Dec 2023 18:44:25 +0100 Subject: [PATCH] Fix partition type ids --- archx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archx.sh b/archx.sh index 9ca005e..299501c 100644 --- a/archx.sh +++ b/archx.sh @@ -207,11 +207,11 @@ partition_disk(){ if [[ $efi -eq 1 ]]; then sgdisk $disk -n=1:0:+1024M -t=1:ef00 sgdisk $disk -n=2:0:-$swapsize - sgdisk $disk -n=3:0:0 -t=2:8200 + sgdisk $disk -n=3:0:0 -t=3:8200 else sgdisk $disk -n=1:0:+1M -t=1:ef02 sgdisk $disk -n=2:0:-$swapsize - sgdisk $disk -n=3:0:0 -t=2:8200 + sgdisk $disk -n=3:0:0 -t=3:8200 fi # Special naming for eMMC and NVME devices