condor-calamares-config/calamares/modules/partition.conf

26 lines
572 B
Plaintext
Raw Normal View History

2024-10-13 15:50:53 -06:00
efi:
mountPoint: "/boot/efi"
recommendedSize: 1000MiB
minimumSize: 32MiB
label: "EFI"
userSwapChoices:
- none # Create no swap, use no swap
- small # Up to 4GB
- suspend # At least main memory size
- file # To swap file instead of partition
luksGeneration: luks1
drawNestedPartitions: false
alwaysShowPartitionLabels: true
initialPartitioningChoice: none
initialSwapChoice: none
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["ext4","btrfs","jfs","reiser","f2fs","xfs"]