My-distro-configs-ubuntu-op.../calamares/modules/partition.conf

18 lines
549 B
Plaintext
Raw Normal View History

2024-01-12 11:51:34 -01:00
efiSystemPartition: "/boot/efi"
efiSystemPartitionSize: 800M
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
swapPartitionName: SWAP
drawNestedPartitions: false
alwaysShowPartitionLabels: true
allowManualPartitioning: true
initialPartitioningChoice: erase
initialSwapChoice: none
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs", "f2fs","xfs"]