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

View File

@ -470,7 +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
echo $SWAP_SIZE $ROOT_PARTITION_SIZE
sleep 5
partitionDetection
echo