Some README improvements.

This commit is contained in:
Manuel Canales Esparcia 2006-03-28 17:42:48 +00:00
parent 7b56cfcd59
commit 86e1d177a0

30
README
View file

@ -2,13 +2,14 @@ $Id$
1. INTRODUCTION:: 1. INTRODUCTION::
This collection of scripts, known as jhalfs-X, strives to create This collection of scripts, known as jhalfs-X, strives to create
an accurate makefile directly from the xml files used to generate a an accurate makefile directly from the XML files used to generate a
specific Linux From Scratch document. specific book from the diferent Linux From Scratch documentation
projects.
The usage of this script assumes you have read and are familiar with The usage of this script assumes you have read and are familiar with
the book and therefore the configuration variables found in conf files the book and therefore the configuration variables found in conf files
will have meaning to you. There are a number of command line switches will have meaning to you. There are a number of command line switches
which, if used, will override the config file settings. which, if used, will override the config file settings.
NOTES:: NOTES::
@ -17,11 +18,13 @@ $Id$
*. It is recommended that you temporarily unpack your linux kernel and *. It is recommended that you temporarily unpack your linux kernel and
run <make menuconfig> and configure the kernal as per the book and save run <make menuconfig> and configure the kernal as per the book and save
the resulting .config file. This configuration rule also applies to uClibc the resulting .config file. This configuration rule also applies to the
when building a HLFS system using uClibc rather than glibc. configuration of the uClibc package when building a HLFS system using
uClibc rather than glibc.
2. INSTALLATION:: 2. INSTALLATION::
No installation is required. No system-wide installation is allowed
for now.
3. CONFIGURATION FILES:: 3. CONFIGURATION FILES::
Each book in the LFS series has it's own set of configurable parameters as Each book in the LFS series has it's own set of configurable parameters as
@ -37,12 +40,12 @@ $Id$
| xxxx.xsl -+ /makefile_functions | xxxx.xsl -+ /makefile_functions
| /func_check_versions.sh | /func_check_versions.sh
clfs --+ /CLFS config ---+ /func_validate_configs.sh clfs --+ /CLFS config ---+ /func_validate_configs.sh
| master.sh -+ | master.sh -+
| xxxx.xsl -+ | xxxx.xsl -+
| |
+--------------------- master.sh --------------->>> +--------------------- master.sh --------------->>>
+--README +--README
| |
hlfs --+ /HLFS config ---+ hlfs --+ /HLFS config ---+
| master.sh -+ | master.sh -+
| xxxx.xsl -+ | xxxx.xsl -+
@ -50,10 +53,9 @@ $Id$
lfs --+ /LFS config ---+ lfs --+ /LFS config ---+
master.sh -+ master.sh -+
xxxx.xsl -+ xxxx.xsl -+
6. FAQ:: 6. FAQ::
Q. "It doesn't work" Q. "It doesn't work"
A. Yes it does.. A. Yes it does..