manjaro-tools/data/schemas/partition-schema.yaml
2016-09-17 21:20:57 +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 }