Peppermint-Classic-Build-Files/PeppermintOS-Classic-i386/config/includes.chroot/etc/calamares/modules/partition.conf

13 lines
393 B
Plaintext
Raw Permalink Normal View History

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"
availableFileSystemTypes: ["ext4","f2fs","xfs"]