From f39499bc64e977e7b4db8ff0619f0881e2ad4c8e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Sep 2005 00:33:11 +0000 Subject: update docs and fix wrong paths as pointed out by acutetech in #268 --- docs/buildroot.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index c27ea27d4..9f8aea750 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
--
cgit v1.2.3-55-g7522