xenomai: new package, only mercury for now supported
[openadk.git] / docs / customize-rootfs.txt
blob3518d15bbe63bef9c78b9b3ce5e863c4ac4bbcc7
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 [[rootfs-custom]]
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:
17 ---------------
18  $ make extra=/foo/bar
19 ---------------
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.