iso-profiles-settings/tromjaro/xfce/live-overlay/etc/calamares/modules/partition.conf

15 lines
479 B
Plaintext
Raw Normal View History

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