manjaro-tools/data/schemas/mount.schema.yaml

22 lines
628 B
YAML
Raw Normal View History

2016-09-17 18:22:50 +02:00
---
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 }