From 437a8c3e5ea4b5828597390fe7024ab17bb1c7c7 Mon Sep 17 00:00:00 2001 From: Janis Gertulla Date: Tue, 4 Mar 2025 15:50:00 +0100 Subject: [PATCH] Change default /boot partition size to 1GiB --- config/modules/partition.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/modules/partition.conf b/config/modules/partition.conf index bbdb3f2..4f6cb8a 100644 --- a/config/modules/partition.conf +++ b/config/modules/partition.conf @@ -33,7 +33,7 @@ # size. Distro's that allow more user latitude can set the minimum lower. efi: mountPoint: "/boot" - recommendedSize: 512MiB + recommendedSize: 1GiB minimumSize: 32MiB label: "EFI" @@ -193,7 +193,7 @@ initialSwapChoice: none # Default filesystem type, used when a "new" partition is made. # -# When replacing a partition, the new filesystem type will be from the +# When replacing a partition, the new filesystem type will be from the # defaultFileSystemType value. In other cases, e.g. Erase and Alongside, # as well as when using manual partitioning and creating a new # partition, this filesystem type is pre-selected. Note that