mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
commit
c0d1a66c6d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue