Remove "device" from base manifest-schema

What is it? It's not used anywhere?
This commit is contained in:
Anders Ingemann 2013-08-14 23:17:35 +02:00
parent d7f4849877
commit 38715df6e9

View file

@ -13,7 +13,6 @@
"image_file": { "type": "string" },
"tarball": { "type": "boolean" },
"tarball_dir": { "type": "string" },
"device" : { "type" : "string" },
"mirror": { "type": "string" }
},
"required": ["mount_dir", "mirror"]