Update file install.sh
This commit is contained in:
parent
737eda70db
commit
f8497920b6
|
@ -144,8 +144,8 @@ sgdisk -Z /dev/$dev &&
|
|||
echo
|
||||
|
||||
# Creating boot partition.
|
||||
echo "Creating boot partition of 256 MB."
|
||||
sgdisk -n 1:0:+256M /dev/$dev &&
|
||||
echo "Creating boot partition of 512 MB."
|
||||
sgdisk -n 1:0:+512M /dev/$dev &&
|
||||
echo
|
||||
|
||||
# Setting type for EFI.
|
||||
|
|
Loading…
Reference in New Issue