From cfa897f3a73dc40e4a9e96421c17560af0ce8f78 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 2 Dec 2023 01:22:47 +0200 Subject: [PATCH] update --- docs/on_boot_config.md | 3 +++ mkdocs.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/on_boot_config.md b/docs/on_boot_config.md index 9f587c1d..bcb00fc2 100644 --- a/docs/on_boot_config.md +++ b/docs/on_boot_config.md @@ -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. +!!! note + The parameters must be specified strictly each on a separate line. + * `FIRST_BOOT=1`
Triggers initialization of the first OS startup. The following actions are performed: diff --git a/mkdocs.yml b/mkdocs.yml index acb1af7b..e42c422d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,6 +65,7 @@ nav: - "PiKVM V3 HAT": v3.md - "First steps": first_steps.md - "Authentication": auth.md + - "On-boot configuration": on_boot_config.md - "FAQ & Troubleshooting": faq.md - "Networking": - "Internet access": @@ -97,7 +98,6 @@ nav: - "IPMI & Redfish integration": ipmi.md - "Persistent storage": pst.md - "Prometheus monitoring": prometheus.md - - "Production deployment": on_boot_config.md - "Development": - "HTTP API reference": api.md - "Building PiKVM OS": building_os.md