mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Add pattern to enable definition of additional partitions
This commit is contained in:
parent
e2606acbdc
commit
0a5a3e153b
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ definitions:
|
|||
additionalProperties: false
|
||||
partition_table:
|
||||
type: object
|
||||
patternProperties:
|
||||
^(?!type|boot|root|swap).*: {$ref: '#/definitions/partition'}
|
||||
properties:
|
||||
boot: {$ref: '#/definitions/partition'}
|
||||
root: {$ref: '#/definitions/partition'}
|
||||
|
|
Loading…
Add table
Reference in a new issue