Lines Matching refs:filesystem
5 === Customizing the generated target filesystem
8 there are a few other ways to customize the resulting target filesystem.
10 The two recommended methods, which can co-exist, are root filesystem
13 Root filesystem overlays (+BR2_ROOTFS_OVERLAY+)::
15 A filesystem overlay is a tree of files that is copied directly
16 over the target filesystem after it has been built. To enable this
44 target filesystem. You should, however, use this feature with care.
53 working directory. The path to the target filesystem is passed as the
73 Below three more methods of customizing the target filesystem are
76 Direct modification of the target filesystem::
78 For temporary modifications, you can modify the target filesystem
79 directly and rebuild the image. The target filesystem is available
81 rebuild the target filesystem image.
83 This method allows you to do anything to the target filesystem, but if
89 that they will persist after a +make clean+, using a root filesystem
94 The root filesystem image is created from a target skeleton, on top of
98 filesystem layout and some basic init scripts and configuration files.
101 match your needs, you would typically use a root filesystem overlay or
135 the fakeroot phase, 'right before' the filesystem image generator is
139 filesystem to do modifications that are usually only available to the