diff --git a/install.sh b/install.sh index 7bdcc28..8869028 100644 --- a/install.sh +++ b/install.sh @@ -58,7 +58,7 @@ szmn="${array[1]%?}" # Setting partition size. 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." read szrt echo @@ -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."