mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Spacing.
This commit is contained in:
parent
f450186275
commit
349950e53f
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,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 513MiB \
|
mkpart ESP fat32 1MiB 513MiB \
|
||||||
mkpart Cryptroot 513MiB 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