calamares-parch/etc/calamares/modules/partition.conf

29 lines
583 B
Text
Raw Normal View History

2023-10-05 12:55:53 +03:30
efiSystemPartition: "/boot/efi"
2024-01-15 22:40:14 +03:30
efiSystemPartitionSize: 512M
efiSystemPartitionName: EFI
2023-10-05 12:55:53 +03:30
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
2024-01-15 22:40:14 +03:30
swapPartitionName: swap
luksGeneration: luks1
2023-10-05 12:55:53 +03:30
drawNestedPartitions: false
alwaysShowPartitionLabels: true
initialPartitioningChoice: none
initialSwapChoice: none
defaultFileSystemType: "ext4"
2024-01-15 22:40:14 +03:30
2024-02-16 12:25:41 +03:30
availableFileSystemTypes: ["ext4","btrfs","f2fs","jfs","reiser","xfs","bcachefs"]