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

@ -58,7 +58,7 @@ szmn="${array[1]%?}"
# Setting partition size. # Setting partition size.
echo "Your system partition has a size of $szmn GB." echo "Your system partition has a size of $szmn GB."
echo "What size should your root volume have (GB) ?" echo "What size should your root volume have (GB)?"
echo "The rest will be used for your home volume." echo "The rest will be used for your home volume."
read szrt read szrt
echo echo
@ -162,7 +162,9 @@ sgdisk -n 1:0:+256M /dev/$dev &&
echo echo
# Setting type for EFI. # Setting type for EFI.
echo "Marking partition as boot."
sgdisk -t 1:ef00 /dev/$dev && sgdisk -t 1:ef00 /dev/$dev &&
echo
# Creating system partition. # Creating system partition.
echo "Creating system partition of $szmn GB." echo "Creating system partition of $szmn GB."