Merge pull request #12 from tommytran732/patch-8

Set proper ESP flag
This commit is contained in:
Tommaso Chiti 2021-05-03 17:27:25 +02:00 committed by GitHub
commit c0d1a66c6d
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"