Quick fix for a usb config part

This commit is contained in:
Aleksandr Prokudin 2025-10-28 19:26:23 +01:00
parent 455a6dc7b4
commit 2b4fcb2336
1 changed files with 1 additions and 3 deletions

View File

@ -123,9 +123,7 @@ Each line represents an emulated device, left to right:
* The device name (e.g., `hid.usb0`).
* The number of required endpoints (e.g., `[2]`).
* The description (e.g., `Absolute mouse`).
* Path to the relevant configuration parameter (e.g., `otg/devices/hid/mouse/start`).
это путь к опции в конфиге, которой можно запустить или не запустить сервис при загрузке квм
* Path to the relevant configuration parameter (e.g., `otg/devices/hid/mouse/start`) you can use to boot or not boot a service when `kvmd` launches.
Sometimes it's impossible to get into the UEFI/BIOS due to their bugs
in USB support, and you need to boot from the PiKVM mass storage.