Skip to content

Commit d3ce9bc

Browse files
committed
Added content on Operating System Files
Signed-off-by: Ranjini M N <[email protected]>
1 parent aed5834 commit d3ce9bc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

asciidoc/quickstart/eib.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,28 @@ Certificate files with the extension ".pem" or ".crt" stored in the `certificate
192192

193193
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.
194194

195+
[#adding-operating-system-files]
196+
=== Adding Operating System Files
197+
198+
The files placed in the `os-files` directory in the image configuration directory is automatically copied into the filesystem of the built image.
199+
The exact directory directory will be retained when they are copied.
200+
For example, if a file exists in a subdirectory named `os-files/etc`, it is placed in the `/etc` directory of the built image.
201+
202+
[NOTE]
203+
====
204+
If the `os-files` directory exists, it cannot be empty.
205+
====
206+
207+
[,console]
208+
----
209+
.
210+
├── definition.yaml
211+
└── os-files
212+
└── etc
213+
└── ssh
214+
└── sshd_config
215+
----
216+
195217
[#eib-configuring-rpm-packages]
196218
=== Configuring RPM packages
197219

0 commit comments

Comments
 (0)