iso-profiles-settings/tromjaro/xfce/live-overlay/etc/calamares/modules/partition.conf
2022-01-18 22:22:03 +01:00

15 lines
479 B
Plaintext

---
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
# There are four options: erase, replace, alongside, manual),
# the default is "none".
initialPartitioningChoice: erase
initialSwapChoice: none
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["btrfs","ext4"]