This commit is contained in:
Maxim Devaev 2024-09-04 19:49:14 +03:00
parent 53d2cb2129
commit 045eabc298
1 changed files with 5 additions and 0 deletions

View File

@ -58,13 +58,18 @@ A number of other parameters can be applied in the same way as with Wi-Fi.
Triggers initialization of the first OS startup. The following actions are performed: Triggers initialization of the first OS startup. The following actions are performed:
* Generates unique `/etc/machine-id` for internal systemd machinery. * Generates unique `/etc/machine-id` for internal systemd machinery.
* Generates unique SSH host keys.
* Generates unique SSL certificates for HTTPS and VNC. * Generates unique SSL certificates for HTTPS and VNC.
* Generates Avahi ZeroConf service `/etc/avahi/services/pikvm.service` with Pi's serial number. But keeps Avahi disabled by default.
* Mass Storage image partition is reformatted to fill the available space at the end of SD card (only for V2+). * Mass Storage image partition is reformatted to fill the available space at the end of SD card (only for V2+).
* Different minor things are performed like fc-cache update. * Different minor things are performed like fc-cache update.
Note that this option does not reset the OS to factory defaults. Note that this option does not reset the OS to factory defaults.
There is no way to do this other than [reflashing](flashing_os.md). There is no way to do this other than [reflashing](flashing_os.md).
* `ENABLE_AVAHI=1`<br>
Triggers Avahi service generation (if needed) and enables `avahi-daemon`. It's disabled by default.
* `ENABLE_OTG_SERIAL=1`<br> * `ENABLE_OTG_SERIAL=1`<br>
Only for V2+. Enables a virtual serial port on a USB emulator, that can be used to log in Only for V2+. Enables a virtual serial port on a USB emulator, that can be used to log in
to PiKVM from the target host side. Disabled for security reasons. to PiKVM from the target host side. Disabled for security reasons.