13 lines
402 B
Plaintext
13 lines
402 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
|
|
initialPartitioningChoice: erase
|
|
initialSwapChoice: none
|
|
defaultFileSystemType: "ext4"
|
|
availableFileSystemTypes: ["ext4","btrfs", "f2fs","xfs"]
|
|
|