mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
f63a9f6658
commit
79b9060d35
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue