mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Set proper ESP flag
This commit is contained in:
parent
d3e5b01a4c
commit
71683b8782
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user