From cdd11ea4dca817cc9b70fbfc7b29ccf6652c94a3 Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Sat, 5 Feb 2022 05:56:23 +0000 Subject: [PATCH] Update citrine.internal.sh --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index adef3ba..3dd3446 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -116,7 +116,7 @@ if [[ "$MANUAL" == "no" ]]; then echo "Partitioning disk" if [[ "$EFI" == "yes" ]]; then parted ${DISK} 'mklabel gpt' --script - parted ${DISK} 'mkpart primary vfat 0 300' --script + parted ${DISK} 'mkpart primary fat 0 300' --script parted ${DISK} 'mkpart primary ext4 300 100%' --script inf "Partitioned ${DISK} as an EFI volume" else