mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add bootcmd to schema
This commit is contained in:
@@ -13,7 +13,8 @@ var schema = `{
|
||||
"hostname": {"type": "string"},
|
||||
"mounts": {"type": "array"},
|
||||
"rancher": {"$ref": "#/definitions/rancher_config"},
|
||||
"runcmd": {"type": "array"}
|
||||
"runcmd": {"type": "array"},
|
||||
"bootcmd": {"type": "array"}
|
||||
},
|
||||
|
||||
"definitions": {
|
||||
|
Reference in New Issue
Block a user