This commit is contained in:
2022-01-18 22:22:03 +01:00
parent 8cc7d97ec1
commit 7c8c4f0d7f
127 changed files with 918 additions and 202 deletions

View File

@ -0,0 +1,14 @@
---
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"]