From d7f9fb191762429474753fbb6adc88db6ef27005 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 3 Jan 2023 20:45:33 +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 b3dd4ca..d15acb4 100644 --- a/install.sh +++ b/install.sh @@ -21,7 +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 # Set last sector. +echo -4G # Set last sector. echo n # Create new partition (for swap). echo # Set default partition number. echo # Set default first sector.