calamares-parch/etc/calamares/modules/partition.conf
2023-10-05 12:55:53 +03:30

23 lines
545 B
Text

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
efiSystemPartition: "/boot/efi"
efiSystemPartitionSize: 100M
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
drawNestedPartitions: false
alwaysShowPartitionLabels: true
initialPartitioningChoice: none
initialSwapChoice: none
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs","f2fs","jfs","reiser","xfs"]