sads
This commit is contained in:
parent
9d2bd94e4f
commit
f9e202caa8
@ -468,7 +468,8 @@ initialize-disk() {
|
|||||||
parted -a optimal /dev/$HARD_DISK mkpart primary fat32 1MiB 200MiB
|
parted -a optimal /dev/$HARD_DISK mkpart primary fat32 1MiB 200MiB
|
||||||
parted -a optimal /dev/$HARD_DISK mkpart primary ext3 200MiB $ROOT_PARTITION_SIZE
|
parted -a optimal /dev/$HARD_DISK mkpart primary ext3 200MiB $ROOT_PARTITION_SIZE
|
||||||
parted -a optimal /dev/$HARD_DISK set 1 esp on
|
parted -a optimal /dev/$HARD_DISK set 1 esp on
|
||||||
parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 $ROOT_PARTITION_SIZE "$SWAP_SIZEGiB"
|
|
||||||
|
echo parted -a optimal /dev/$HARD_DISK mkpart P2 ext3 $ROOT_PARTITION_SIZE "$SWAP_SIZEGiB"
|
||||||
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
|
partitionDetection
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user