2 // vim: set syntax=asciidoc:
5 Customizing the generated target filesystem
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 Besides changing one or another configuration through +make menuconfig+,
9 there is a way to customize the resulting target filesystem.
11 Create a new directory called +extra+ in the top OpenADK directory.
12 Put there a tree of directories and files that will be copied directly
13 over the target filesystem (+root_*+) after everything is build, but
14 before the firmware images or archives are created.
16 You can also point to another directory via:
21 You can start with the example configuration files from +root_*+.
22 The +extra+ directory will never be deleted by any clean target to avoid
23 loss of customized configuration data.