This commit is contained in:
Maxim Devaev 2021-10-19 08:13:29 +03:00
parent f63a9f6658
commit 79b9060d35
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ The following describes how to setup a Wi-Fi connection on the default pikvm bui
```ini ```ini
[Match] [Match]
Name=$WIFI_IFACE Name=wlan0
[Network] [Network]
DHCP=yes DHCP=yes
@ -39,7 +39,7 @@ The following describes how to setup a Wi-Fi connection on the default pikvm bui
4. Enable WPA-supplicant service: 4. Enable WPA-supplicant service:
``` ```
systemctl enable "wpa_supplicant@wlan0.service" systemctl enable wpa_supplicant@wlan0.service
``` ```
5. Make filesystem read-only again using `ro` command 5. Make filesystem read-only again using `ro` command