diff options
author | Sam Tygier <[email protected]> | 2018-12-17 00:01:04 +0000 |
---|---|---|
committer | XECDesign <[email protected]> | 2018-12-21 04:09:47 +0000 |
commit | f4dc2dcce6d1fa16fb9e235456ac8de0ae4e9501 (patch) | |
tree | 37429b42cde58e44a7e6f7483cae6b870e8ca0a5 /README.md | |
parent | d07096ebb565bc9ac97974895c57d88b0e82ce23 (diff) |
Allow setting up wifi from config
Add WPA_ESSID, WPA_PASSWORD and WPA_COUNTRY options to config.
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -81,6 +81,10 @@ The following environment variables are supported: Password for the first user + * `WPA_ESSID`, `WPA_PASSWORD` and `WPA_COUNTRY` (Default: unset) + + If these are set, they are use to configure `wpa_supplicant.conf`, so that the raspberry pi can automatically connect to a wifi network on first boot. + A simple example for building Raspbian: ```bash |