From 9de86b9b8a623975ccfbd2de49eb25076c780cab Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Wed, 14 Aug 2013 23:18:59 +0200 Subject: [PATCH] Remove "mount_dir" from base manifest schema. --- base/manifest-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/base/manifest-schema.json b/base/manifest-schema.json index 3c9d31f..9d01b29 100644 --- a/base/manifest-schema.json +++ b/base/manifest-schema.json @@ -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" }