From 644ca87a068e4349e4a3936752a52a329390cfea Mon Sep 17 00:00:00 2001 From: clashicly <35277077+clashicly@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:01:41 -0500 Subject: [PATCH 1/2] Update README.md Add RaspberryPi docs to setup WIFI on boot. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6bd4352f..e44e2efc 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,13 @@ The `config` file has system defaults which are used when building the image and - `UMBREL_BRANCH` - The git branch or commit SHA in the custom repo that should be checked out. +**WIFI setup** +[raspberrypi.org - setting up wireless networking](https://www.raspberrypi.org/documentation/configuration/wireless/headless.md) +``` +cd /boot +sudo nano wpa_supplicant.conf +``` + Other Raspbian-related stuff can be found in [Raspbian's documentation](https://github.com/RPi-Distro/pi-gen/blob/master/README.md) which is still applicable. --- From 9264a081107d5c2e8ad30211f085590ba04bad80 Mon Sep 17 00:00:00 2001 From: clashicly <35277077+clashicly@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:27:00 -0500 Subject: [PATCH 2/2] Update README.md Add Wifi Setup instructions from official Umbrel Additional Info. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e44e2efc..afa8edf1 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,8 @@ The `config` file has system defaults which are used when building the image and - `UMBREL_BRANCH` - The git branch or commit SHA in the custom repo that should be checked out. **WIFI setup** -[raspberrypi.org - setting up wireless networking](https://www.raspberrypi.org/documentation/configuration/wireless/headless.md) -``` -cd /boot -sudo nano wpa_supplicant.conf -``` +[Using WiFi instead of Ethernet](https://umbrelinfo.github.io/troubleshooting.html#using-wifi-instead-of-ethernet) + Other Raspbian-related stuff can be found in [Raspbian's documentation](https://github.com/RPi-Distro/pi-gen/blob/master/README.md) which is still applicable.