forked from dataprolet/Arch-Linux-Installer
Update file install.sh
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user