From d3ce9bc59c99e7167a6e3de8640c0162b6cbba06 Mon Sep 17 00:00:00 2001 From: Ranjini M N Date: Wed, 15 Oct 2025 22:36:48 +0530 Subject: [PATCH 1/2] Added content on Operating System Files Signed-off-by: Ranjini M N --- asciidoc/quickstart/eib.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/asciidoc/quickstart/eib.adoc b/asciidoc/quickstart/eib.adoc index 43cc2a22..218e5b0c 100644 --- a/asciidoc/quickstart/eib.adoc +++ b/asciidoc/quickstart/eib.adoc @@ -192,6 +192,28 @@ Certificate files with the extension ".pem" or ".crt" stored in the `certificate See the https://documentation.suse.com/smart/security/html/tls-certificates/index.html#tls-adding-new-certificates["Securing Communication with TLS Certificate" guide] for more information. +[#adding-operating-system-files] +=== Adding Operating System Files + +The files placed in the `os-files` directory in the image configuration directory is automatically copied into the filesystem of the built image. +The exact directory directory will be retained when they are copied. +For example, if a file exists in a subdirectory named `os-files/etc`, it is placed in the `/etc` directory of the built image. + +[NOTE] +==== +If the `os-files` directory exists, it cannot be empty. +==== + +[,console] +---- +. +├── definition.yaml +└── os-files + └── etc + └── ssh + └── sshd_config +---- + [#eib-configuring-rpm-packages] === Configuring RPM packages From e513f18db23f9f5f74e47f12aba20849c6a27aa0 Mon Sep 17 00:00:00 2001 From: Ranjini M N Date: Thu, 16 Oct 2025 20:06:42 +0530 Subject: [PATCH 2/2] feeback from Steven --- asciidoc/quickstart/eib.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/quickstart/eib.adoc b/asciidoc/quickstart/eib.adoc index 218e5b0c..8ebc4f7c 100644 --- a/asciidoc/quickstart/eib.adoc +++ b/asciidoc/quickstart/eib.adoc @@ -195,7 +195,7 @@ See the https://documentation.suse.com/smart/security/html/tls-certificates/inde [#adding-operating-system-files] === Adding Operating System Files -The files placed in the `os-files` directory in the image configuration directory is automatically copied into the filesystem of the built image. +The files placed in the `os-files` directory in the image configuration directory are automatically copied into the filesystem of the built image. The exact directory directory will be retained when they are copied. For example, if a file exists in a subdirectory named `os-files/etc`, it is placed in the `/etc` directory of the built image.