manjaro-tools/data/schemas/mount-schema.yaml
2016-09-17 18:22:50 +02:00

22 lines
638 B
YAML

%YAML 1.2
---
type: map
mapping:
"extraMounts":
type: seq
sequence:
- type: map
mapping:
"device": { type: str, required: yes }
"fs": { type: str }
"mountPoint": { type: str, required: yes }
"options": { type: str }
"extraMountsEfi":
type: seq
sequence:
- type: map
mapping:
"device": { type: str, required: yes }
"fs": { type: str }
"mountPoint": { type: str, required: yes }
"options": { type: str }