From 4bad4325edf6e22e5ca8fff6c1467fa045a6b81d Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Tue, 28 Oct 2025 19:45:08 +0100 Subject: [PATCH] Fix the reference to main.yaml in the doc aimed for inclusion in other docs (#1601) --- docs/_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.md b/docs/_config.md index dcc2bafd..4286084d 100644 --- a/docs/_config.md +++ b/docs/_config.md @@ -14,7 +14,7 @@ search: Most of the PiKVM configuration files are located in the `/etc/kvmd` directory. - The `/etc/kvmd/main.yaml` file defines the platform config and **you should never edit it**. + The `/usr/lib/kvmd/main.yaml` file defines the platform configuration, and **you should never edit it**. To redefine system parameters use the file `/etc/kvmd/override.yaml`. All other files that are also not recommended for editing have read-only permissions.