From 79b9060d3512d365c50a2aacaeb4c584235001df Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 19 Oct 2021 08:13:29 +0300 Subject: [PATCH] fix --- docs/wifi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wifi.md b/docs/wifi.md index 25077c2..fcbbb35 100644 --- a/docs/wifi.md +++ b/docs/wifi.md @@ -14,7 +14,7 @@ The following describes how to setup a Wi-Fi connection on the default pikvm bui ```ini [Match] - Name=$WIFI_IFACE + Name=wlan0 [Network] 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: ``` - systemctl enable "wpa_supplicant@wlan0.service" + systemctl enable wpa_supplicant@wlan0.service ``` 5. Make filesystem read-only again using `ro` command