Corrected parted command
This commit is contained in:
parent
fcd73cd405
commit
b760b14308
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fi
|
|||
cryptrootname="cryptroot"
|
||||
|
||||
parted --script $path \
|
||||
mklable gpt \
|
||||
mklabel gpt \
|
||||
mkpart "efi" fat32 1MiB 501MiB \
|
||||
set 1 esp on \
|
||||
mkpart "root" btrfs 501MiB 100%
|
||||
|
|
Loading…
Reference in a new issue