From 14f9eae59bde05f1a9b80b1ef20ca1bbcd3dfeb9 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Sun, 4 Sep 2016 13:06:06 +0300 Subject: [PATCH] Add instructions for joining an unprotected WLAN. --- image-setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/image-setup.md b/image-setup.md index 4f4dad1..16096f2 100644 --- a/image-setup.md +++ b/image-setup.md @@ -71,8 +71,12 @@ Replace `$TAG` with whatever version is being built, e.g. `v1.2`. 1. In `/etc/wpa_supplicant/wpa_supplicant.conf`: network={ + # Your network name goes here: ssid="networkname" - psk="secretpassword" + # EITHER: uncomment this for a password-protected WLAN: + #psk="secretpassword" + # OR: uncomment this for an unprotected WLAN: + #key_mgmt=NONE } 1. Symlink the file, for convenience: `$ ln -s /etc/wpa_supplicant/wpa_supplicant.conf wlan.conf`