Skip to content

Commit

Permalink
Merge pull request #21 from solarshado/image-setup-formatting
Browse files Browse the repository at this point in the history
Formatting fixes in image-setup.md
  • Loading branch information
jareware committed Sep 28, 2017
2 parents ff567be + 51962db commit 2b735ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,17 @@ Replace `$TAG` with whatever version is being built, e.g. `v1.2.1`.
1. Check the interface name with `$ ifconfig`, e.g. `wlan0`
1. Append to `/etc/network/interfaces`:

```
# Internal WiFi adapter
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
```

1. In `/etc/wpa_supplicant/wpa_supplicant.conf`:

```
network={
# Your network name goes here:
ssid="networkname"
Expand All @@ -78,6 +81,7 @@ Replace `$TAG` with whatever version is being built, e.g. `v1.2.1`.
# 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`

Expand Down

0 comments on commit 2b735ac

Please sign in to comment.