diff --git a/install.sh b/install.sh index 9aa4c3c..38e2c53 100644 --- a/install.sh +++ b/install.sh @@ -144,7 +144,9 @@ sgdisk -n 1:0:+256M /dev/$dev && echo # Setting type for EFI. +echo "Setting partition type." sgdisk -t 1:ef00 /dev/$dev && +echo # Creating system partition. echo "Creating system partition."