From 0ccf221ea095e8cc44fd3376992334ea05dc086c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 15:24:02 +0000 Subject: [PATCH] Update install.sh --- install.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/install.sh b/install.sh index 21029ab..e659718 100644 --- a/install.sh +++ b/install.sh @@ -15,22 +15,6 @@ echo "" echo "Which drive do we want to use for this installation?" read driveName -( -echo g # Create new GPT partition table -echo n # Create new partition (for EFI). -echo # Set default partition number. -echo # Set default first sector. -echo +1G # Set +1G as last sector. -echo n # Create new partition (for root). -echo # Set default partition number. -echo # Set default first sector. -echo # Set last sector. -echo t # Change partition type. -echo 1 # Pick first partition. -echo 1 # Change first partition to EFI system. -echo w # write changes. -) | sudo fdisk $driveName -w always -W always - # List the new partitions. lsblk -f