Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is hard to understand and just confusing, this guide is much better: https://umbrelinfo.github.io/troubleshooting.html#using-wifi-instead-of-ethernet

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is hard to understand and just confusing, this guide is much better: https://umbrelinfo.github.io/troubleshooting.html#using-wifi-instead-of-ethernet

That link is a 404 now; https://archive.ph/HHBS8

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


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.

---
Expand Down