mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
parent
99dc07b44e
commit
a9a5be7717
1 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,12 @@
|
||||||
"system": {
|
"system": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"release": { "enum": ["squeeze", "wheezy", "jessie", "testing", "unstable"] },
|
"release": {
|
||||||
|
"enum": [
|
||||||
|
"squeeze", "wheezy", "jessie", "sid",
|
||||||
|
"oldstable", "stable", "testing", "unstable"
|
||||||
|
]
|
||||||
|
},
|
||||||
"architecture": { "enum": ["i386", "amd64"] },
|
"architecture": { "enum": ["i386", "amd64"] },
|
||||||
"bootloader": { "enum": ["pvgrub", "grub", "extlinux"] },
|
"bootloader": { "enum": ["pvgrub", "grub", "extlinux"] },
|
||||||
"timezone": { "type": "string" },
|
"timezone": { "type": "string" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue