From 340e47060b2207fba8e62bbf18f7be49751760a5 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 5 Dec 2022 20:05:10 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e5d6ea2..ab91067 100644 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ echo g # Create new GPT partition table echo n # Create new partition (for root). echo # Set default partition number. echo # Set default first sector. -echo # Set last sector. +echo -8G # Set last sector. echo n # Create new partition (for swap). echo # Set default partition number. echo # Set default first sector.