diff --git a/easy-arch.sh b/easy-arch.sh index d313bba..66bc144 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -60,9 +60,9 @@ fi echo "Creating new partition scheme on $DISK." parted -s "$DISK" \ mklabel gpt \ - mkpart ESP fat32 1MiB 513MiB \ + mkpart ESP fat32 1MiB 101MiB \ set 1 esp on \ - mkpart Cryptroot 513MiB 100% \ + mkpart Cryptroot 101MiB 100% \ ESP="/dev/disk/by-partlabel/ESP" Cryptroot="/dev/disk/by-partlabel/Cryptroot"