From 7749429cb25866c6c0fa53a87049184a1de895d3 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Tue, 12 Nov 2024 16:09:37 +0200 Subject: [PATCH] Update that wifi.nmconnection needs to be used now --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 89d4f67..226a3ec 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ How to use it? -------------- #. Unzip the image and install it to an SD card `like any other Raspberry Pi image `_ -#. Configure your WiFi by editing ``fullpageos-wpa-supplicant.txt`` on the first partition of the flashed card when using it like a flash drive +#. Configure your WiFi by editing ``wifi.nmconnection`` on the first partition of the flashed card when using it like a flash drive #. Boot the Pi from the SD card #. Log into your Pi via SSH (it is located at ``fullpageos.local`` `if your computer supports bonjour `_ or the IP address assigned by your router), default username is "pi", default password is "raspberry" and change the password using the ``passwd`` command. Consider also changing the vnc password as well by `x11vnc -storepasswd`.