Skip to content

Commit

Permalink
Merge pull request #53 from CoffeeImpliesCode/calamares
Browse files Browse the repository at this point in the history
Change default /boot partition size to 1GiB
  • Loading branch information
ElvishJerricco authored Mar 5, 2025
2 parents dffecdb + 437a8c3 commit e7c28a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/modules/partition.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7c28a4

Please sign in to comment.