diff --git a/docs/buildroot.html b/docs/buildroot.html index 44aadf43e0..144461298f 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -335,19 +335,14 @@ completely rebuild your toolchain and tools, these changes will be lost. -
- fs/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. Therefore, you
- can't do everything on this target filesystem skeleton, but changes to
- it do remain even if you completely rebuild the cross-compilation
- toolchain and the tools.
- 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.output/target/
just before the actual image
- is made. Simply rebuilding the image by running make should propagate
- any new changes to the image.fs/skeleton
+ and then customize it to suit your
+ needs. The BR2_ROOTFS_SKELETON_CUSTOM
+ and BR2_ROOTFS_SKELETON_CUSTOM_PATH
will allow you
+ to specify the location of your custom skeleton. At build time,
+ the contents of the skeleton are copied to output/target before
+ any package installation.