s
This commit is contained in:
parent
d690cb5364
commit
4d4268715c
@ -470,6 +470,7 @@ initialize-disk() {
|
|||||||
parted -a optimal /dev/$HARD_DISK set 1 esp on
|
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 $ROOT_PARTITION_SIZE ${SWAP_SIZE}
|
||||||
echo parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 ${SWAP_SIZE} 100%
|
echo parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 ${SWAP_SIZE} 100%
|
||||||
|
echo $SWAP_SIZE
|
||||||
sleep 5
|
sleep 5
|
||||||
partitionDetection
|
partitionDetection
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user