manjaro-tools/data/schemas/partition.schema.yaml
2016-09-19 00:01:54 +02:00

8 lines
307 B
YAML

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