Skip to content

Commit

Permalink
Changed EFI partition size
Browse files Browse the repository at this point in the history
Changed EFI partition size from 512MB to 1GB
  • Loading branch information
classy-giraffe authored Jul 17, 2024
1 parent 953df45 commit e3ad27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ sgdisk -Zo "$DISK" &>/dev/null
info_print "Creating the partitions on $DISK."
parted -s "$DISK" \
mklabel gpt \
mkpart ESP fat32 1MiB 513MiB \
mkpart ESP fat32 1MiB 1025MiB \
set 1 esp on \
mkpart CRYPTROOT 513MiB 100% \
mkpart CRYPTROOT 1025MiB 100% \

ESP="/dev/disk/by-partlabel/ESP"
CRYPTROOT="/dev/disk/by-partlabel/CRYPTROOT"
Expand Down

0 comments on commit e3ad27d

Please sign in to comment.