28 lines
492 B
Text
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" ]
|