aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSam Tygier <[email protected]>2018-12-17 00:01:04 +0000
committerXECDesign <[email protected]>2018-12-21 04:09:47 +0000
commitf4dc2dcce6d1fa16fb9e235456ac8de0ae4e9501 (patch)
tree37429b42cde58e44a7e6f7483cae6b870e8ca0a5 /README.md
parentd07096ebb565bc9ac97974895c57d88b0e82ce23 (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-xREADME.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8af1f12..02db69d 100755
--- a/README.md
+++ b/README.md
@@ -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