You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
531 B
22 lines
531 B
efiSystemPartition: "/boot/efi"
|
|
enableLuksAutomatedPartitioning: true
|
|
luksGeneration: luks2
|
|
userSwapChoices:
|
|
- none
|
|
- file
|
|
initialSwapChoice: file
|
|
drawNestedPartitions: true
|
|
defaultFileSystemType: "ext4"
|
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
|
partitionLayout:
|
|
- name: "ubuntu_unity_boot"
|
|
filesystem: ext4
|
|
noEncrypt: true
|
|
onlyPresentWithEncryption: true
|
|
mountPoint: "/boot"
|
|
size: 4G
|
|
- name: "ubuntu_unity_2404"
|
|
filesystem: unknown
|
|
mountPoint: "/"
|
|
size: 100%
|