1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Add wifi support

This commit is contained in:
Jason-ZW
2018-11-07 17:04:45 +08:00
committed by niusmallnan
parent 79b405dec4
commit 4cb0f462bd
10 changed files with 287 additions and 15 deletions

View File

@@ -87,7 +87,8 @@ var schema = `{
"post_cmds": {"$ref": "#/definitions/list_of_strings"},
"http_proxy": {"type": "string"},
"https_proxy": {"type": "string"},
"no_proxy": {"type": "string"}
"no_proxy": {"type": "string"},
"wifi_networks": {"type": "object"}
}
},