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