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