diff --git a/gentoo-gnome.sh b/gentoo-gnome.sh index fc56c54..edcdc6a 100644 --- a/gentoo-gnome.sh +++ b/gentoo-gnome.sh @@ -472,6 +472,7 @@ initialize-disk() { parted -a optimal /dev/$HARD_DISK set 1 esp on parted -a optimal /dev/$HARD_DISK mkpart swap ext3 ${ROOT_PARTITION_SIZE}GB ${SWAP_SIZE_END}GB parted -a optimal /dev/$HARD_DISK mkpart home ext3 ${SWAP_SIZE_END}GB 100% + sleep 10 partitionDetection echo echo "Formatting....."