mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
d224a69616
commit
dfaeeb50cb
|
|
@ -27,7 +27,7 @@ To change the values of the EDID fields, use the `kvmd-edidconf` with options, a
|
|||
|
||||
Here the small example of changing all available fields from the previous listing:
|
||||
|
||||
```
|
||||
```console
|
||||
[root@pikvm ~]# rw
|
||||
[root@pikvm ~]# kvmd-edidconf --set-mfc-id=TTP --set-product-id=0x5B81 --set-serial=0x8DE11B79 --set-monitor-name=TOSHIBA --set-monitor-serial=ABCD1234 --apply
|
||||
Manufacturer ID: TTP
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ nav:
|
|||
- "Getting started":
|
||||
- "Cheat Sheet": cheatsheet.md
|
||||
- "Web UI Overview": webui.md
|
||||
- "Configuring PiKVM": config.md
|
||||
- "Authentication & 2FA": auth.md
|
||||
- "FAQ & Troubleshooting": faq.md
|
||||
- "Flashing OS": flashing_os.md
|
||||
|
|
@ -132,7 +133,7 @@ nav:
|
|||
- "Serial-over-USB": usb_serial.md
|
||||
- "GPIO (pins, relays, lamps, etc)": gpio.md
|
||||
- "Advanced usage":
|
||||
- "Overriding system defaults": override.md
|
||||
- "PiKVM identification": id.md
|
||||
- "On-boot configuration": on_boot_config.md
|
||||
- "Using VNC": vnc.md
|
||||
- "Multiport KVM-over-IP": multiport.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue