This commit is contained in:
Maxim Devaev 2023-12-02 01:22:47 +02:00
parent 55a26857ee
commit cfa897f3a7
2 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,9 @@ After applying the settings, the file is automatically deleted.
A number of other parameters can be applied in the same way as with Wi-Fi. A number of other parameters can be applied in the same way as with Wi-Fi.
!!! note
The parameters must be specified strictly each on a separate line.
* `FIRST_BOOT=1`<br> * `FIRST_BOOT=1`<br>
Triggers initialization of the first OS startup. The following actions are performed: Triggers initialization of the first OS startup. The following actions are performed:

View File

@ -65,6 +65,7 @@ nav:
- "PiKVM V3 HAT": v3.md - "PiKVM V3 HAT": v3.md
- "First steps": first_steps.md - "First steps": first_steps.md
- "Authentication": auth.md - "Authentication": auth.md
- "On-boot configuration": on_boot_config.md
- "FAQ & Troubleshooting": faq.md - "FAQ & Troubleshooting": faq.md
- "Networking": - "Networking":
- "Internet access": - "Internet access":
@ -97,7 +98,6 @@ nav:
- "IPMI & Redfish integration": ipmi.md - "IPMI & Redfish integration": ipmi.md
- "Persistent storage": pst.md - "Persistent storage": pst.md
- "Prometheus monitoring": prometheus.md - "Prometheus monitoring": prometheus.md
- "Production deployment": on_boot_config.md
- "Development": - "Development":
- "HTTP API reference": api.md - "HTTP API reference": api.md
- "Building PiKVM OS": building_os.md - "Building PiKVM OS": building_os.md