MRTestRepo/calamares/devuan/modules/partition.conf

13 lines
393 B
Plaintext
Raw Normal View History

2023-02-22 10:30:10 -01:00
efiSystemPartition: "/boot/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
alwaysShowPartitionLabels: true
initialPartitioningChoice: erase
initialSwapChoice: none
defaultFileSystemType: "ext4"
2024-01-08 12:57:45 -01:00
availableFileSystemTypes: ["ext4","f2fs","xfs"]
2023-02-22 10:30:10 -01:00