[e58c70fd] | 1 | $Id$
|
---|
| 2 |
|
---|
| 3 | 1. INTRODUCTION::
|
---|
| 4 |
|
---|
[86e1d17] | 5 | This collection of scripts, known as jhalfs-X, strives to create
|
---|
| 6 | an accurate makefile directly from the XML files used to generate a
|
---|
| 7 | specific book from the diferent Linux From Scratch documentation
|
---|
| 8 | projects.
|
---|
[e58c70fd] | 9 |
|
---|
| 10 | The usage of this script assumes you have read and are familiar with
|
---|
| 11 | the book and therefore the configuration variables found in conf files
|
---|
[86e1d17] | 12 | will have meaning to you. There are a number of command line switches
|
---|
[e58c70fd] | 13 | which, if used, will override the config file settings.
|
---|
| 14 |
|
---|
| 15 | NOTES::
|
---|
| 16 | *. The resulting Makefile takes considerable time to run to completion,
|
---|
| 17 | lay in a supply of caffeine beverages.
|
---|
| 18 |
|
---|
| 19 | *. It is recommended that you temporarily unpack your linux kernel and
|
---|
| 20 | run <make menuconfig> and configure the kernal as per the book and save
|
---|
[86e1d17] | 21 | the resulting .config file. This configuration rule also applies to the
|
---|
| 22 | configuration of the uClibc package when building a HLFS system using
|
---|
| 23 | uClibc rather than glibc.
|
---|
[e58c70fd] | 24 |
|
---|
| 25 | 2. INSTALLATION::
|
---|
[1a97861] | 26 | No installation is required. System-wide installation is not allowed
|
---|
[86e1d17] | 27 | for now.
|
---|
[e58c70fd] | 28 |
|
---|
| 29 | 3. CONFIGURATION FILES::
|
---|
[7b56cfc] | 30 | Each book in the LFS series has it's own set of configurable parameters as
|
---|
| 31 | well as the common parameters file.
|
---|
[e58c70fd] | 32 |
|
---|
| 33 | 4. RUNNING::
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 | 5. LAYOUT::
|
---|
| 37 |
|
---|
[7b56cfc] | 38 | blfs --+ /BLFS config ---+ /common/config
|
---|
| 39 | | master.sh -+ /common_functions
|
---|
| 40 | | xxxx.xsl -+ /makefile_functions
|
---|
| 41 | | /func_check_versions.sh
|
---|
| 42 | clfs --+ /CLFS config ---+ /func_validate_configs.sh
|
---|
[86e1d17] | 43 | | master.sh -+
|
---|
[7b56cfc] | 44 | | xxxx.xsl -+
|
---|
[86e1d17] | 45 | |
|
---|
| 46 | +--------------------- master.sh --------------->>>
|
---|
[7b56cfc] | 47 | +--README
|
---|
[86e1d17] | 48 | |
|
---|
[7b56cfc] | 49 | hlfs --+ /HLFS config ---+
|
---|
| 50 | | master.sh -+
|
---|
| 51 | | xxxx.xsl -+
|
---|
| 52 | |
|
---|
| 53 | lfs --+ /LFS config ---+
|
---|
| 54 | master.sh -+
|
---|
| 55 | xxxx.xsl -+
|
---|
[86e1d17] | 56 |
|
---|
| 57 |
|
---|
[e58c70fd] | 58 | 6. FAQ::
|
---|
[7b56cfc] | 59 | Q. "It doesn't work"
|
---|
| 60 | A. Yes it does..
|
---|
| 61 |
|
---|