Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions asciidoc/quickstart/eib.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

[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

Expand Down