source: README@ cc82e37

experimental
Last change on this file since cc82e37 was 1a97861, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo, again.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[e58c70fd]1$Id$
2
31. 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
252. INSTALLATION::
[1a97861]26 No installation is required. System-wide installation is not allowed
[86e1d17]27 for now.
[e58c70fd]28
293. 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
334. RUNNING::
34
35
365. 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]586. FAQ::
[7b56cfc]59 Q. "It doesn't work"
60 A. Yes it does..
61
Note: See TracBrowser for help on using the repository browser.