manjaro-tools/data/schemas/partition.schema.yaml
2016-09-18 00:06:32 +02:00

8 lines
350 B
YAML

---
type: map
mapping:
efiSystemPartition: { type: str, required: yes }
ensureSuspendToDisk: { type: bool, default: true, required: yes }
drawNestedPartitions: { type: bool, default: false, required: yes }
alwaysShowPartitionLabels: { type: bool, default: true, required: yes }
defaultFileSystemType: { type: str, required: yes }