From 6eaefb81cc4305cb0ce61e6de1cb0e3a1449e0be Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Mon, 29 Apr 2024 17:38:19 +0300 Subject: [PATCH 1/3] debugging docs: Add network log file Signed-off-by: Atanas Dinov --- docs/debugging.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/debugging.md b/docs/debugging.md index 29d6e5e3..f1c3246f 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -43,6 +43,12 @@ can be modified. Log for the process EIB uses to build a modified self-installing ISO. This log will include the results of resquashing the raw image embedded in the ISO and setting the unattended and install device configurations. +## Networking + +### `network-config.log` + +Log file containing the results of generating NetworkManager connection files and hosts mapping by the [nm-configurator](https://github.com/suse-edge/nm-configurator/). + ## RPM Dependency Resolution The [design document](./design/pkg-resolution.md) describes in detail the process used to calculate and download all From 2fbc7cdd90e634bfa748407a49fd7c9f22a2a331 Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Mon, 29 Apr 2024 17:49:18 +0300 Subject: [PATCH 2/3] Reword the explanation Signed-off-by: Atanas Dinov --- docs/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index f1c3246f..515362c2 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -47,7 +47,7 @@ the raw image embedded in the ISO and setting the unattended and install device ### `network-config.log` -Log file containing the results of generating NetworkManager connection files and hosts mapping by the [nm-configurator](https://github.com/suse-edge/nm-configurator/). +Log file containing the results of generating network configurations by the [nm-configurator](https://github.com/suse-edge/nm-configurator/). ## RPM Dependency Resolution From f408f03ca6cb78293c9ad4cbe751e32fd8226958 Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Mon, 29 Apr 2024 17:51:02 +0300 Subject: [PATCH 3/3] Fix preposition usage Signed-off-by: Atanas Dinov --- docs/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index 515362c2..acca1bf9 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -47,7 +47,7 @@ the raw image embedded in the ISO and setting the unattended and install device ### `network-config.log` -Log file containing the results of generating network configurations by the [nm-configurator](https://github.com/suse-edge/nm-configurator/). +Log file containing the results of generating network configurations with [nm-configurator](https://github.com/suse-edge/nm-configurator/). ## RPM Dependency Resolution