mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove "device" from base manifest-schema
What is it? It's not used anywhere?
This commit is contained in:
parent
d7f4849877
commit
38715df6e9
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
"image_file": { "type": "string" },
|
"image_file": { "type": "string" },
|
||||||
"tarball": { "type": "boolean" },
|
"tarball": { "type": "boolean" },
|
||||||
"tarball_dir": { "type": "string" },
|
"tarball_dir": { "type": "string" },
|
||||||
"device" : { "type" : "string" },
|
|
||||||
"mirror": { "type": "string" }
|
"mirror": { "type": "string" }
|
||||||
},
|
},
|
||||||
"required": ["mount_dir", "mirror"]
|
"required": ["mount_dir", "mirror"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue