mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update easy-arch.sh
This commit is contained in:
parent
2909c000e2
commit
6bf87e0be9
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ fi
|
|||
echo "Creating new partition scheme on $DISK."
|
||||
parted -s "$DISK" \
|
||||
mklabel gpt \
|
||||
mkpart ESP fat32 1MiB 513MiB \
|
||||
mkpart Cryptroot 513MiB 100% \
|
||||
mkpart ESP fat32 1MiB 101MiB \
|
||||
mkpart Cryptroot 101MiB 100% \
|
||||
|
||||
ESP="/dev/disk/by-partlabel/ESP"
|
||||
Cryptroot="/dev/disk/by-partlabel/Cryptroot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue