Commit ce3f52ea authored by Alessandro Rubini's avatar Alessandro Rubini

doc: a few lines in build

parent 5fa86d98
......@@ -66,6 +66,8 @@ Build}.
* The IPL::
* The Boot Loader::
* The Linux Kernel::
* Kernel Modules::
* User Space Tools::
* The Complete Filesystem::
@end menu
......@@ -385,7 +387,7 @@ to generate the terse output shown above:
@example
/path/to/wr-switch-sw/build/wrs_build-all 2>&1 | tee logfile \
| Greg '^20..-..-.. ..:'
| grep '^20..-..-.. ..:'
@end example
If you are lucky, everything completes by itself in quite some minutes,
......@@ -507,6 +509,21 @@ your configuration file of choice. The file must be a copy of the
Note that if the variable is not pointing to a regular file it is
ignored with a simple warning -- rather than stopping the build procedure.
@c ##########################################################################
@node Kernel Modules
@chapter Kernel Modules
In the next step the scripts compile modules that are part of this
package. The step depends on the kernel being available in the
build directory. The modules are then copied into the @code{images}
subdirectory of the main build directory.
@c ##########################################################################
@node User Space Tools
@chapter User Space Tools
Not compiled by this package, yet.
@c ##########################################################################
@node The Complete Filesystem
@chapter The Complete Filesystem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment