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