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