README work
This commit is contained in:
parent
e58c70fd91
commit
7b56cfcd59
1 changed files with 28 additions and 4 deletions
32
README
32
README
|
@ -2,9 +2,9 @@ $Id$
|
||||||
|
|
||||||
1. INTRODUCTION::
|
1. INTRODUCTION::
|
||||||
|
|
||||||
This collection of scripts collectively know as jhalfs-X, strives
|
This collection of scripts, known as jhalfs-X, strives to create
|
||||||
to create an accurate makefile directly from the xml files used to
|
an accurate makefile directly from the xml files used to generate a
|
||||||
generate a specific Linux From Scratch document.
|
specific Linux From Scratch document.
|
||||||
|
|
||||||
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
|
||||||
|
@ -24,12 +24,36 @@ $Id$
|
||||||
|
|
||||||
|
|
||||||
3. CONFIGURATION FILES::
|
3. CONFIGURATION FILES::
|
||||||
|
Each book in the LFS series has it's own set of configurable parameters as
|
||||||
|
well as the common parameters file.
|
||||||
|
|
||||||
4. RUNNING::
|
4. RUNNING::
|
||||||
|
|
||||||
|
|
||||||
5. LAYOUT::
|
5. LAYOUT::
|
||||||
|
|
||||||
|
blfs --+ /BLFS config ---+ /common/config
|
||||||
|
| master.sh -+ /common_functions
|
||||||
|
| xxxx.xsl -+ /makefile_functions
|
||||||
|
| /func_check_versions.sh
|
||||||
|
clfs --+ /CLFS config ---+ /func_validate_configs.sh
|
||||||
|
| master.sh -+
|
||||||
|
| xxxx.xsl -+
|
||||||
|
|
|
||||||
|
+--------------------- master.sh --------------->>>
|
||||||
|
+--README
|
||||||
|
|
|
||||||
|
hlfs --+ /HLFS config ---+
|
||||||
|
| master.sh -+
|
||||||
|
| xxxx.xsl -+
|
||||||
|
|
|
||||||
|
lfs --+ /LFS config ---+
|
||||||
|
master.sh -+
|
||||||
|
xxxx.xsl -+
|
||||||
|
|
||||||
|
|
||||||
6. FAQ::
|
6. FAQ::
|
||||||
|
Q. "It doesn't work"
|
||||||
|
A. Yes it does..
|
||||||
|
|
||||||
|
|
Reference in a new issue