From 362e9e706f81659d00fd9f90caefab183e57fc0d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 4 Jan 2023 00:57:51 +0000 Subject: [PATCH] Update install.sh --- install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install.sh b/install.sh index d15acb4..2e88b6a 100644 --- a/install.sh +++ b/install.sh @@ -21,11 +21,7 @@ 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 -4G # Set last sector. -echo n # Create new partition (for swap). -echo # Set default partition number. -echo # Set default first sector. -echo # Set default last sector (rest of the disk). +echo # Set last sector. echo t # Change partition type. echo 1 # Pick first partition. echo 1 # Change first partition to EFI system.