You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asciidoc/quickstart/eib.adoc
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,28 @@ Certificate files with the extension ".pem" or ".crt" stored in the `certificate
192
192
193
193
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.
194
194
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.
0 commit comments