Build-configs/acorinstaller/calamares/modules/partition.conf

18 lines
549 B
Plaintext
Raw Normal View History

efiSystemPartition: "/boot/efi"
2023-07-04 21:20:57 +00:00
efiSystemPartitionSize: 800M
2023-07-04 20:15:59 +00:00
efiSystemPartitionName: 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
2023-07-04 20:15:59 +00:00
swapPartitionName: SWAP
drawNestedPartitions: false
alwaysShowPartitionLabels: true
2023-07-04 20:15:59 +00:00
allowManualPartitioning: true
initialPartitioningChoice: erase
initialSwapChoice: none
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs", "f2fs","xfs"]