From adb1477921fad82d068838548158cbaae6a0ce58 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 17 Nov 2019 16:07:43 +0100 Subject: Changed to GTP partition table --- joes-arch-install-UEFI.sh | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 362a788..fa91c0f 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -378,36 +378,26 @@ fi dd if=/dev/zero of="$drv" bs=1M status=progress > /dev/null wipefs --all --force "$drv" fdisk "$drv" << FDISK_INPUT -o +g n -p 1 +$btsze -Y n -p 2 +$swpsze -Y n -p 3 +$rtsze -Y n -p 4 -t -1 -ef t 2 -82 +19 w FDISK_INPUT mkswap "$drv""2" > /dev/null -- cgit v1.2.3