From 0cb69c5a503b29da4318b8f523159f23a5e36652 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 9 Oct 2023 05:13:03 +0530 Subject: [PATCH] use a GPT partition layout for the disk (TODO: RPi support?) --- includes/disk-layout.ksi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/disk-layout.ksi b/includes/disk-layout.ksi index 0f1fdc1..c3fed5c 100644 --- a/includes/disk-layout.ksi +++ b/includes/disk-layout.ksi @@ -1,8 +1,8 @@ # Initialize the disk zerombr -# Remove all partitions -clearpart --drives=sda --all +# Remove all partitions and initialize the disk with a GPT partition table +clearpart --drives=sda --disklabel=gpt --all # Create partitions # The '--size' option takes MB, not MiB