diff --git a/gentoo-gnome.sh b/gentoo-gnome.sh index 58add4c..47c8f93 100644 --- a/gentoo-gnome.sh +++ b/gentoo-gnome.sh @@ -468,8 +468,9 @@ 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 - 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% + 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% + sleep 5 partitionDetection echo echo "Formatting....."