Skip to content

Commit 9de0b37

Browse files
authored
Added content on Operating System Files (#909) (#1002)
* Added content on Operating System Files Signed-off-by: Ranjini M N <ranjini.n@suse.com>
1 parent 10c42a6 commit 9de0b37

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
@@ -173,6 +173,28 @@ operatingSystem:
173173
The 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

0 commit comments

Comments
 (0)