From 154eb632a1b23507a7a990fe6074ae167b66bbac Mon Sep 17 00:00:00 2001 From: Martin Joly Date: Tue, 7 Jan 2020 23:58:35 +0100 Subject: [PATCH] Fix missing information in README.md After following README.md instructions, I see the script failing because I didn't set WPA_PASSWORD: ``` $ sudo ./build.sh WPA_PASSWORD must be between 8 and 63 characters ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f8524b..a2e28ef 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ The following environment variables are supported: Password for the first user - * `WPA_ESSID`, `WPA_PASSWORD` and `WPA_COUNTRY` (Default: unset) + * `WPA_ESSID`, `WPA_PASSWORD` and `WPA_COUNTRY` (Default: unset, `WPA_PASSWORD` is **required** and should be of length 8-63) 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. If `WPA_ESSID` is set and `WPA_PASSWORD` is unset an unprotected wifi network will be configured.