Corrected parted command

This commit is contained in:
eichehome 2023-03-29 10:22:36 +02:00
parent fcd73cd405
commit b760b14308

View file

@ -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%