diff --git a/asciidoc/quickstart/eib.adoc b/asciidoc/quickstart/eib.adoc index 95b1175f..8105ed36 100644 --- a/asciidoc/quickstart/eib.adoc +++ b/asciidoc/quickstart/eib.adoc @@ -173,6 +173,28 @@ operatingSystem: The values provided in this example are for illustrative purposes only. Please adjust them to fit your specific requirements. ==== +[#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