1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +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

@@ -66,6 +66,8 @@ func Main() {
log.Errorf("Failed to save cloud-config: %v", err)
}
// exit wpa_supplicant
netconf.StopWpaSupplicant()
// exit dhcpcd
netconf.StopDhcpcd()
}