This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Edit wpa_supplicant.conf and save it to the root of boot partition. | |
Replace the country code, ssid, and psk. | |
Full list of country codes: https://www.thinkpenguin.com/gnu-linux/country-code-list | |
On first boot, this file will be moved to /etc/wpa_supplicant/wpa_supplicant.conf where it may be edited later. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=FR | |
network={ | |
ssid="<your network name>" | |
psk="<your password>" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment