From cb0fdc0ab4622b410d716a8f1f97fdf0863a203e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 2 Apr 2024 11:53:06 +0200 Subject: [PATCH] doc: factory-config is generated at boot, every time Signed-off-by: Joachim Wiberg --- doc/cli/introduction.md | 3 +-- doc/introduction.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/cli/introduction.md b/doc/cli/introduction.md index b05b768e..ef7be3a5 100644 --- a/doc/cli/introduction.md +++ b/doc/cli/introduction.md @@ -23,8 +23,7 @@ The system has several datastores (or files): - `factory-config` consists of a set of default configurations, some static and others generated per-device, e.g., a unique hostname and - number of ports/interfaces. This file is generated at boot, if it - does not exist, i.e., only on first boot or after factory reset. + number of ports/interfaces. This file is generated at boot. - `startup-config` is created from `factory-config` at boot if it does not exist. It is loaded as the system configuration on each boot. - `running-config` is what is actively running on the system. If no diff --git a/doc/introduction.md b/doc/introduction.md index e54f0954..d96fefbd 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -44,8 +44,7 @@ The system has several datastores (or files): - `factory-config` consists of a set of default configurations, some static and others generated per-device, e.g., a unique hostname and - number of ports/interfaces. This file is generated at boot, if it - does not exist, i.e., only on first boot or after factory reset. + number of ports/interfaces. This file is generated at boot. - `failure-config` is also generated at boot, from the same YANG models as `factory-config`, and holds the system *Fail Secure Mode* - `startup-config` is created from `factory-config` at boot if it does