From c088e1afac0685fd5468f2d35c741788ea89f8df Mon Sep 17 00:00:00 2001 From: Michael Gerlach Date: Tue, 31 Jan 2017 21:45:59 +0100 Subject: [PATCH] cleanup partitioning in schema --- bootstrapvz/base/manifest-schema.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrapvz/base/manifest-schema.yml b/bootstrapvz/base/manifest-schema.yml index b056548..170cc2b 100644 --- a/bootstrapvz/base/manifest-schema.yml +++ b/bootstrapvz/base/manifest-schema.yml @@ -174,10 +174,8 @@ definitions: partition_table: type: object patternProperties: - ^(?!type|boot|root|swap).*: {$ref: '#/definitions/partition'} + ^(?!type|swap).*: {$ref: '#/definitions/partition'} properties: - boot: {$ref: '#/definitions/partition'} - root: {$ref: '#/definitions/partition'} swap: type: object properties: