1
0
mirror of https://github.com/rancher/os.git synced 2025-07-19 09:26:27 +00:00

Add bootcmd to schema

This commit is contained in:
Josh Curl 2016-11-11 14:56:25 -08:00
parent 28075b2a78
commit 4ca24cffc6
No known key found for this signature in database
GPG Key ID: 82B504B9BCCFA677
2 changed files with 4 additions and 2 deletions

View File

@ -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": {

View File

@ -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": {