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