This commit is contained in:
Your Name 2024-02-03 23:22:22 -07:00
parent d690cb5364
commit 4d4268715c

View File

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