diff --git a/bootstrapvz/base/manifest-schema.yml b/bootstrapvz/base/manifest-schema.yml index 1e6f7a9..4fcd09e 100644 --- a/bootstrapvz/base/manifest-schema.yml +++ b/bootstrapvz/base/manifest-schema.yml @@ -164,6 +164,10 @@ definitions: items: {type: string} minItems: 1 type: array + mountopts: + items: {type: string} + minItems: 1 + type: array size: {$ref: '#/definitions/bytes'} required: [size, filesystem] additionalProperties: false