diff --git a/prep-BTRFS-UEFI-Encrypted.sh b/prep-BTRFS-UEFI-Encrypted.sh index e5c011f..c971310 100644 --- a/prep-BTRFS-UEFI-Encrypted.sh +++ b/prep-BTRFS-UEFI-Encrypted.sh @@ -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%