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"
|
cryptrootname="cryptroot"
|
||||||
|
|
||||||
parted --script $path \
|
parted --script $path \
|
||||||
mklable gpt \
|
mklabel gpt \
|
||||||
mkpart "efi" fat32 1MiB 501MiB \
|
mkpart "efi" fat32 1MiB 501MiB \
|
||||||
set 1 esp on \
|
set 1 esp on \
|
||||||
mkpart "root" btrfs 501MiB 100%
|
mkpart "root" btrfs 501MiB 100%
|
||||||
|
|
Loading…
Reference in a new issue