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"]