From b8ec436a630e9cf4d813f1d7630353711343b057 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani <72007820+behdanisohrab@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:40:14 +0330 Subject: [PATCH] Update partition.conf --- etc/calamares/modules/partition.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/etc/calamares/modules/partition.conf b/etc/calamares/modules/partition.conf index 2e9286d..7766c9b 100644 --- a/etc/calamares/modules/partition.conf +++ b/etc/calamares/modules/partition.conf @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: no -# SPDX-License-Identifier: CC0-1.0 - efiSystemPartition: "/boot/efi" -efiSystemPartitionSize: 100M + +efiSystemPartitionSize: 512M + +efiSystemPartitionName: EFI userSwapChoices: - none # Create no swap, use no swap @@ -10,6 +10,10 @@ userSwapChoices: - suspend # At least main memory size - file # To swap file instead of partition +swapPartitionName: swap + +luksGeneration: luks1 + drawNestedPartitions: false alwaysShowPartitionLabels: true @@ -20,4 +24,5 @@ initialSwapChoice: none defaultFileSystemType: "ext4" + availableFileSystemTypes: ["ext4","btrfs","f2fs","jfs","reiser","xfs"]