Update install.sh

This commit is contained in:
proledatarian 2022-02-16 18:11:58 +00:00
parent 82e2194279
commit 979b56468a
1 changed files with 3 additions and 1 deletions

View File

@ -162,7 +162,9 @@ sgdisk -n 1:0:+256M /dev/$dev &&
echo
# Setting type for EFI.
echo "Marking partition as boot."
sgdisk -t 1:ef00 /dev/$dev &&
echo
# Creating system partition.
echo "Creating system partition of $szmn GB."