mirror of
https://github.com/rancher/os.git
synced 2025-07-19 17:39:04 +00:00
Add bootcmd to schema
This commit is contained in:
parent
28075b2a78
commit
4ca24cffc6
@ -13,7 +13,8 @@ var schema = `{
|
|||||||
"hostname": {"type": "string"},
|
"hostname": {"type": "string"},
|
||||||
"mounts": {"type": "array"},
|
"mounts": {"type": "array"},
|
||||||
"rancher": {"$ref": "#/definitions/rancher_config"},
|
"rancher": {"$ref": "#/definitions/rancher_config"},
|
||||||
"runcmd": {"type": "array"}
|
"runcmd": {"type": "array"},
|
||||||
|
"bootcmd": {"type": "array"}
|
||||||
},
|
},
|
||||||
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
"hostname": {"type": "string"},
|
"hostname": {"type": "string"},
|
||||||
"mounts": {"type": "array"},
|
"mounts": {"type": "array"},
|
||||||
"rancher": {"$ref": "#/definitions/rancher_config"},
|
"rancher": {"$ref": "#/definitions/rancher_config"},
|
||||||
"runcmd": {"type": "array"}
|
"runcmd": {"type": "array"},
|
||||||
|
"bootcmd": {"type": "array"}
|
||||||
},
|
},
|
||||||
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
|
Loading…
Reference in New Issue
Block a user