2017-11-26 15:51:23 -06:00
|
|
|
efiSystemPartition: "/boot/efi"
|
2018-10-04 22:04:04 -07:00
|
|
|
enableLuksAutomatedPartitioning: true
|
2024-02-12 17:26:01 -06:00
|
|
|
luksGeneration: luks2
|
2021-01-03 12:09:59 -05:00
|
|
|
userSwapChoices:
|
|
|
|
- none
|
|
|
|
- file
|
|
|
|
initialSwapChoice: file
|
2017-11-26 15:51:23 -06:00
|
|
|
drawNestedPartitions: true
|
2019-08-20 21:31:15 -07:00
|
|
|
defaultFileSystemType: "ext4"
|
2023-08-14 20:08:07 -04:00
|
|
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
2024-02-12 17:26:01 -06:00
|
|
|
partitionLayout:
|
|
|
|
- name: "lubuntu_boot"
|
|
|
|
filesystem: ext4
|
|
|
|
noEncrypt: true
|
|
|
|
onlyPresentWithEncryption: true
|
|
|
|
mountPoint: "/boot"
|
|
|
|
size: 4G
|
|
|
|
- name: "lubuntu_2404"
|
|
|
|
filesystem: unknown
|
|
|
|
mountPoint: "/"
|
|
|
|
size: 100%
|