From 38715df6e95b2d2b88ad7c8272ca7185ea5b11c7 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Wed, 14 Aug 2013 23:17:35 +0200 Subject: [PATCH] Remove "device" from base manifest-schema What is it? It's not used anywhere? --- base/manifest-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/base/manifest-schema.json b/base/manifest-schema.json index a8065b0..3c9d31f 100644 --- a/base/manifest-schema.json +++ b/base/manifest-schema.json @@ -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"]