bubbles/iso_configs/calamares_settings/deb_64/calamares/modules/partition.conf

13 lines
393 B
Plaintext
Raw Normal View History

2023-07-11 06:48:53 +00: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"
availableFileSystemTypes: ["ext4","f2fs","xfs"]