diff --git a/docs/buildroot.html b/docs/buildroot.html index c27ea27d48..9f8aea750c 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -176,20 +176,23 @@ tools, these changes will be lost.
target/default/target_skeleton/
. You can customize
+ target/generic/target_skeleton/
. You can customize
configuration files or other stuff here. However, the full file hierarchy
is not yet present, because it's created during the compilation process.
So you can't do everything on this target filesystem skeleton, but
- changes to it remains even you completely rebuild the cross-compilation
+ changes to it remain even if you completely rebuild the cross-compilation
toolchain and the tools.target/default/device_table.txt
+ You can also customize the target/generic/device_table.txt
file which is used by the tools that generate the target filesystem image
to properly set permissions and create device nodes. The
- target/default/skel.tar.gz
file contains the main
+ target/generic/skel.tar.gz
file contains the main
directories of a root filesystem and there is no obvious reason for which
it should be changed. These main directories are in an tarball inside of
inside the skeleton because it contains symlinks that would be broken
- otherwise.build_ARCH/root/
just
+ before the actual image is made. So simply rebuilding the image by running
+ make should propogate any new changes to the image.
build_ARCH/root/
by
default) and the target filesystem skeleton. This directory will contain
the final root filesystem. To setup it up, it first deletes it, then it
- uncompress the target/default/skel.tar.gz
file to create the
+ uncompress the target/generic/skel.tar.gz
file to create the
main subdirectories and symlinks, copies the skeleton available in
- target/default/target_skeleton
and then removes useless
+ target/generic/target_skeleton
and then removes useless
.svn/
directories.TARGETS
dependency. This should generally check