This commit is contained in:
Maxim Devaev 2023-12-03 17:41:43 +02:00
parent bf3fd7fbff
commit 8b1a18a7c6
3 changed files with 29 additions and 27 deletions

View File

@ -86,6 +86,7 @@ Most of the PiKVM settings are done through configuration files. All configurati
The PiKVM memory card is mounted in read-only mode. It protects the filesystem from damage in case of sudden power outage. To edit any files and make changes, it is necessary to remount the file system to the read-write mode.
!!! tip "Enabling write mode"
* To enable write-mode, run command `rw` (under `root`).
* To disable it, run command `ro`.
* If you receive the message "Device is busy", perform `reboot`.
@ -93,6 +94,7 @@ The PiKVM memory card is mounted in read-only mode. It protects the filesystem f
In this handbook, you will often find instructions for editing configuration files. The simplest and most beginner-friendly text editor is `nano`, but you can also use `vim`.
??? example "Editing files in the Web Terminal"
```console
[kvmd-webterm@pikvm ~]$ su -
[root@pikvm ~]# rw

View File

@ -74,7 +74,7 @@ If you have a kit without a metal case, you can use our free 3D printing case dr
[root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d
```
Create file `touch or nano /etc/systemd/system/kvmd-oled.service.d/override.conf`:
Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`:
```ini
[Service]
@ -82,7 +82,7 @@ If you have a kit without a metal case, you can use our free 3D printing case dr
ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit
```
And run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device.
Then run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device.
7. **Just reminding again:**

View File

@ -44,7 +44,7 @@
[root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d
```
Create file `touch or nano /etc/systemd/system/kvmd-oled.service.d/override.conf`:
Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`:
```ini
[Service]
@ -52,7 +52,7 @@
ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit
```
And run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device.
Then run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device.
5. **Just reminding again:**