Remove "mount_dir" from base manifest schema.

This commit is contained in:
Anders Ingemann 2013-08-14 23:18:59 +02:00
parent 38715df6e9
commit 9de86b9b8a

View file

@ -10,7 +10,6 @@
"type": "object",
"properties": {
"mount_dir": { "type": "string" },
"image_file": { "type": "string" },
"tarball": { "type": "boolean" },
"tarball_dir": { "type": "string" },
"mirror": { "type": "string" }