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:
parent
2ea12a051a
commit
3002feddd8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user