From 6bf87e0be98c0667a43142342096a3299db5666f Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Thu, 15 Apr 2021 16:56:12 +0200 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 66805bf..c179070 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -60,8 +60,8 @@ fi echo "Creating new partition scheme on $DISK." parted -s "$DISK" \ mklabel gpt \ - mkpart ESP fat32 1MiB 513MiB \ - mkpart Cryptroot 513MiB 100% \ + mkpart ESP fat32 1MiB 101MiB \ + mkpart Cryptroot 101MiB 100% \ ESP="/dev/disk/by-partlabel/ESP" Cryptroot="/dev/disk/by-partlabel/Cryptroot"