1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 04:01:33 -05:00

Fix partition label

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-31 00:39:51 -07:00
parent 2ea12a051a
commit 3002feddd8
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -165,7 +165,7 @@ parted -s "${disk}" \
mklabel gpt \
mkpart ESP fat32 1MiB 513MiB \
set 1 esp on \
mkpart CRYPTROOT 513MiB 100% \
mkpart cryptroot 513MiB 100% \
ESP='/dev/disk/by-partlabel/ESP'
cryptroot='/dev/disk/by-partlabel/cryptroot'