d
This commit is contained in:
parent
d5f834deeb
commit
db5be59e21
@ -469,9 +469,9 @@ initialize-disk() {
|
||||
parted -a optimal /dev/$HARD_DISK mkpart primary ext3 200MiB $ROOT_PARTITION_SIZE
|
||||
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 GiB
|
||||
echo parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 $ROOT_PARTITION_SIZE ${SWAP_SIZE}GiB
|
||||
sleep 5
|
||||
parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 "$SWAP_SIZE" GiB 100%
|
||||
parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 ${SWAP_SIZE}GiB 100%
|
||||
partitionDetection
|
||||
echo
|
||||
echo "Formatting....."
|
||||
|
Loading…
Reference in New Issue
Block a user