From 7c3571f8e60c73eec84dc85681186c71313653bf Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Thu, 16 Oct 2025 12:08:39 +0200 Subject: [PATCH] update comment to match reality --- ingredients/core-storage.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingredients/core-storage.cfg b/ingredients/core-storage.cfg index 8444faf..1464c55 100644 --- a/ingredients/core-storage.cfg +++ b/ingredients/core-storage.cfg @@ -1,6 +1,6 @@ zerombr # Destroy all the contents of disks with invalid partition tables or other formatting unrecognizable to the installer clearpart --all --initlabel # Erase all partitions and Initializes the disk label to the default for the target architecture -part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi # Creates an 1 GB EFI system partition +part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi # Creates a 2 GB EFI system partition part /boot --fstype="ext4" --size=512 --label=boot # Creates a 512 MiB ext4 boot partition part / --fstype="ext4" --grow --label=root # Create a single root partition with the remaining space \ No newline at end of file