From 4d4268715c387012c268e2630b9a5e9df1ef7df5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Feb 2024 23:22:22 -0700 Subject: [PATCH] s --- gentoo-gnome.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gentoo-gnome.sh b/gentoo-gnome.sh index 5fe618c..02dbd45 100644 --- a/gentoo-gnome.sh +++ b/gentoo-gnome.sh @@ -470,6 +470,7 @@ initialize-disk() { parted -a optimal /dev/$HARD_DISK set 1 esp on echo parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 $ROOT_PARTITION_SIZE ${SWAP_SIZE} echo parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 ${SWAP_SIZE} 100% + echo $SWAP_SIZE sleep 5 partitionDetection echo