18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
efiSystemPartition: "/boot/efi"
|
|
efiSystemPartitionSize: 800M
|
|
efiSystemPartitionName: 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
|
|
swapPartitionName: SWAP
|
|
drawNestedPartitions: false
|
|
alwaysShowPartitionLabels: true
|
|
allowManualPartitioning: true
|
|
initialPartitioningChoice: erase
|
|
initialSwapChoice: none
|
|
defaultFileSystemType: "ext4"
|
|
availableFileSystemTypes: ["ext4","btrfs", "f2fs","xfs"]
|
|
|