Update easy-arch.sh

This commit is contained in:
Tommaso Chiti 2021-04-15 16:56:12 +02:00 committed by GitHub
parent 2909c000e2
commit 6bf87e0be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"