File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,28 @@ operatingSystem:
173173The values provided in this example are for illustrative purposes only. Please adjust them to fit your specific requirements.
174174====
175175
176+ [#adding-operating-system-files]
177+ === Adding Operating System Files
178+
179+ The files placed in the `os-files` directory in the image configuration directory are automatically copied into the filesystem of the built image.
180+ The exact directory directory will be retained when they are copied.
181+ For example, if a file exists in a subdirectory named `os-files/etc`, it is placed in the `/etc` directory of the built image.
182+
183+ [NOTE]
184+ ====
185+ If the `os-files` directory exists, it cannot be empty.
186+ ====
187+
188+ [,console]
189+ ----
190+ .
191+ ├── definition.yaml
192+ └── os-files
193+ └── etc
194+ └── ssh
195+ └── sshd_config
196+ ----
197+
176198[#eib-configuring-rpm-packages]
177199=== Configuring RPM packages
178200
You can’t perform that action at this time.
0 commit comments