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

22 lines
632 B
YAML
Raw Normal View History

2016-09-17 18:22:50 +02:00
---
type: map
mapping:
"extraMounts":
type: seq
sequence:
- type: map
mapping:
2016-09-19 00:01:54 +02:00
"device": { type: str, required: true }
2016-09-17 18:22:50 +02:00
"fs": { type: str }
2016-09-19 00:01:54 +02:00
"mountPoint": { type: str, required: true }
2016-09-17 18:22:50 +02:00
"options": { type: str }
"extraMountsEfi":
type: seq
sequence:
- type: map
mapping:
2016-09-19 00:01:54 +02:00
"device": { type: str, required: true }
2016-09-17 18:22:50 +02:00
"fs": { type: str }
2016-09-19 00:01:54 +02:00
"mountPoint": { type: str, required: true }
2016-09-17 18:22:50 +02:00
"options": { type: str }