2023-07-01 02:02:49 +00:00
|
|
|
efiSystemPartition: "/boot/efi"
|
2023-07-04 21:20:57 +00:00
|
|
|
efiSystemPartitionSize: 800M
|
2023-07-04 20:15:59 +00:00
|
|
|
efiSystemPartitionName: EFI
|
2023-07-01 02:02:49 +00:00
|
|
|
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
|
2023-07-04 20:15:59 +00:00
|
|
|
swapPartitionName: SWAP
|
|
|
|
drawNestedPartitions: false
|
2023-07-01 02:02:49 +00:00
|
|
|
alwaysShowPartitionLabels: true
|
2023-07-04 20:15:59 +00:00
|
|
|
allowManualPartitioning: true
|
2023-07-01 02:02:49 +00:00
|
|
|
initialPartitioningChoice: erase
|
|
|
|
initialSwapChoice: none
|
|
|
|
defaultFileSystemType: "ext4"
|
|
|
|
availableFileSystemTypes: ["ext4","btrfs", "f2fs","xfs"]
|
|
|
|
|