sd
This commit is contained in:
parent
0e9973ac21
commit
4d53fee5a0
@ -470,8 +470,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 root ext3 200MiB ${ROOT_PARTITION_SIZE}GB
|
parted -a optimal /dev/$HARD_DISK mkpart root ext3 200MiB ${ROOT_PARTITION_SIZE}GB
|
||||||
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 swap ext3 ${ROOT_PARTITION_SIZE}GB ${SWAP_SIZE_END}GB
|
parted -a optimal /dev/$HARD_DISK mkpart swap ext3 ${ROOT_PARTITION_SIZE}GB ${SWAP_SIZE_END}KB
|
||||||
parted -a optimal /dev/$HARD_DISK mkpart home ext3 ${SWAP_SIZE_END}GB 100%
|
parted -a optimal /dev/$HARD_DISK mkpart home ext3 ${SWAP_SIZE_END}KB 100%
|
||||||
sleep 10
|
sleep 10
|
||||||
partitionDetection
|
partitionDetection
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user