From f8497920b610b5348a219c014fb9856277d05207 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Wed, 31 Jan 2024 13:04:55 +0000 Subject: [PATCH] Update file install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e4ef941..4798236 100644 --- a/install.sh +++ b/install.sh @@ -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.