mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
cleanup partitioning in schema
This commit is contained in:
parent
ff4918f1e0
commit
c088e1afac
1 changed files with 1 additions and 3 deletions
|
@ -174,10 +174,8 @@ definitions:
|
||||||
partition_table:
|
partition_table:
|
||||||
type: object
|
type: object
|
||||||
patternProperties:
|
patternProperties:
|
||||||
^(?!type|boot|root|swap).*: {$ref: '#/definitions/partition'}
|
^(?!type|swap).*: {$ref: '#/definitions/partition'}
|
||||||
properties:
|
properties:
|
||||||
boot: {$ref: '#/definitions/partition'}
|
|
||||||
root: {$ref: '#/definitions/partition'}
|
|
||||||
swap:
|
swap:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Add table
Reference in a new issue