sa
This commit is contained in:
parent
1c1bfe73f7
commit
0e9973ac21
@ -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....."
|
||||
|
Loading…
Reference in New Issue
Block a user