Update partition.sh

This commit is contained in:
proledatarian 2022-02-12 15:53:11 +00:00
parent 7c547a30f4
commit bad93a49f0
1 changed files with 3 additions and 0 deletions

View File

@ -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.