mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
bf3fd7fbff
commit
8b1a18a7c6
|
|
@ -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.
|
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"
|
!!! tip "Enabling write mode"
|
||||||
|
|
||||||
* To enable write-mode, run command `rw` (under `root`).
|
* To enable write-mode, run command `rw` (under `root`).
|
||||||
* To disable it, run command `ro`.
|
* To disable it, run command `ro`.
|
||||||
* If you receive the message "Device is busy", perform `reboot`.
|
* 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`.
|
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"
|
??? example "Editing files in the Web Terminal"
|
||||||
|
|
||||||
```console
|
```console
|
||||||
[kvmd-webterm@pikvm ~]$ su -
|
[kvmd-webterm@pikvm ~]$ su -
|
||||||
[root@pikvm ~]# rw
|
[root@pikvm ~]# rw
|
||||||
|
|
|
||||||
|
|
@ -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
|
[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
|
```ini
|
||||||
[Service]
|
[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
|
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:**
|
7. **Just reminding again:**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
[root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d
|
[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
|
```ini
|
||||||
[Service]
|
[Service]
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit
|
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:**
|
5. **Just reminding again:**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue