1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2025-02-20 18:01:33 -05:00

Set proper ESP flag

This commit is contained in:
TommyTran732 2021-04-24 04:47:49 -04:00 committed by GitHub
parent cc67d751d0
commit 815ea5fe1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ echo "Creating new partition scheme on $DISK."
parted -s "$DISK" \
mklabel gpt \
mkpart ESP fat32 1MiB 101MiB \
set 1 esp on \
mkpart cryptroot 101MiB 100% \
ESP="/dev/disk/by-partlabel/ESP"