lunora/airootfs/etc/calamares/modules/partition.conf
2025-06-30 21:32:13 +02:00

28 lines
492 B
Text

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
efi:
mountPoint: "/boot/efi"
recommendedSize: 300MiB
minimumSize: 32MiB
label: "EFI"
userSwapChoices:
- none
- small
- suspend
- file
luksGeneration: luks1
drawNestedPartitions: false
alwaysShowPartitionLabels: true
initialPartitioningChoice: none
initialSwapChoice: none
lvm:
enable: false
defaultFileSystemType: "ext4"
essentialMounts: [ "live-*", "control", "ventoy" ]