Update install.sh
This commit is contained in:
parent
fc92224e2a
commit
d97e622a66
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue