Update partition.sh
This commit is contained in:
parent
7c547a30f4
commit
bad93a49f0
|
@ -37,6 +37,9 @@ echo -e
|
||||||
size="${array[1]%?}"
|
size="${array[1]%?}"
|
||||||
echo "Creating boot partition of 256 MB."
|
echo "Creating boot partition of 256 MB."
|
||||||
sgdisk -n 1:0:+256M /dev/$dev &&
|
sgdisk -n 1:0:+256M /dev/$dev &&
|
||||||
|
|
||||||
|
# Setting type for EFI.
|
||||||
|
sgdisk -t 1:ef00 /dev/$dev &&
|
||||||
echo -e
|
echo -e
|
||||||
|
|
||||||
# Creating system partition.
|
# Creating system partition.
|
||||||
|
|
Loading…
Reference in New Issue