calamares-settings-tileos/qtile/modules/partition.conf

21 lines
529 B
Text

efiSystemPartition: "/boot/efi"
enableLuksAutomatedPartitioning: true
luksGeneration: luks2
userSwapChoices:
- none
- file
initialSwapChoice: none
drawNestedPartitions: true
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
partitionLayout:
- name: "tileos_boot"
filesystem: ext4
noEncrypt: true
onlyPresentWithEncryption: true
mountPoint: "/boot"
size: 4G
- name: "tileos_rootfs"
filesystem: unknown
mountPoint: "/"
size: 100%