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 ```
This commit is contained in:
parent
024840034e
commit
154eb632a1
|
@ -117,7 +117,7 @@ The following environment variables are supported:
|
||||||
|
|
||||||
Password for the first user
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user