mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Changed EFI partition size
Changed EFI partition size from 512MB to 1GB
This commit is contained in:
parent
953df45676
commit
e3ad27d40a
1 changed files with 2 additions and 2 deletions
|
|
@ -306,9 +306,9 @@ sgdisk -Zo "$DISK" &>/dev/null
|
||||||
info_print "Creating the partitions on $DISK."
|
info_print "Creating the partitions on $DISK."
|
||||||
parted -s "$DISK" \
|
parted -s "$DISK" \
|
||||||
mklabel gpt \
|
mklabel gpt \
|
||||||
mkpart ESP fat32 1MiB 513MiB \
|
mkpart ESP fat32 1MiB 1025MiB \
|
||||||
set 1 esp on \
|
set 1 esp on \
|
||||||
mkpart CRYPTROOT 513MiB 100% \
|
mkpart CRYPTROOT 1025MiB 100% \
|
||||||
|
|
||||||
ESP="/dev/disk/by-partlabel/ESP"
|
ESP="/dev/disk/by-partlabel/ESP"
|
||||||
CRYPTROOT="/dev/disk/by-partlabel/CRYPTROOT"
|
CRYPTROOT="/dev/disk/by-partlabel/CRYPTROOT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue