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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue