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

23 lines
638 B
YAML
Raw Normal View History

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