Changeset 7b56cfc


Ignore:
Timestamp:
03/28/2006 01:29:09 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
86e1d17
Parents:
e58c70fd
Message:

README work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    re58c70fd r7b56cfc  
    331. INTRODUCTION::
    44
    5      This collection of scripts collectively know as jhalfs-X, strives
    6   to create an accurate makefile directly from the xml files used to
    7   generate a specific Linux From Scratch document.
     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 Linux From Scratch document.
    88
    99     The usage of this script assumes you have read and are familiar with
     
    2525
    26263. CONFIGURATION FILES::
    27 
     27     Each book in the LFS series has it's own set of configurable parameters as
     28  well as the common parameters file.
    2829
    29304. RUNNING::
     
    32335. LAYOUT::
    3334
     35        blfs --+  /BLFS config ---+             /common/config
     36               |       master.sh -+                    /common_functions
     37               |       xxxx.xsl  -+                    /makefile_functions
     38               |                                       /func_check_versions.sh
     39        clfs --+  /CLFS config ---+                    /func_validate_configs.sh
     40               |       master.sh -+                   
     41               |       xxxx.xsl  -+
     42               |                             
     43               +--------------------- master.sh --------------->>>
     44               +--README
     45               |                                     
     46        hlfs --+  /HLFS config ---+
     47               |       master.sh -+
     48               |       xxxx.xsl  -+
     49               |
     50        lfs  --+  /LFS  config ---+
     51                       master.sh -+
     52                       xxxx.xsl  -+
     53                       
    3454     
    35556. FAQ::
     56    Q. "It doesn't work"
     57    A. Yes it does..
     58
     59   
Note: See TracChangeset for help on using the changeset viewer.