This commit is contained in:
Your Name 2024-02-04 00:04:36 -07:00
parent 1c1bfe73f7
commit 0e9973ac21

View File

@ -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....."