From 80cc557b05d4b6162ad4eb4a4843de62fb52d027 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Feb 2024 23:20:48 -0700 Subject: [PATCH] s --- gentoo-gnome.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gentoo-gnome.sh b/gentoo-gnome.sh index 1194f90..58add4c 100644 --- a/gentoo-gnome.sh +++ b/gentoo-gnome.sh @@ -468,10 +468,8 @@ initialize-disk() { parted -a optimal /dev/$HARD_DISK mkpart primary fat32 1MiB 200MiB parted -a optimal /dev/$HARD_DISK mkpart primary ext3 200MiB $ROOT_PARTITION_SIZE 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 - sleep 5 - parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 $SWAP_SIZE 100% + parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 $ROOT_PARTITION_SIZE ${SWAP_SIZE} + parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 ${SWAP_SIZE} 100% partitionDetection echo echo "Formatting....."