Changeset 86e1d17


Ignore:
Timestamp:
03/28/2006 05:42:48 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
de49ecb
Parents:
7b56cfc
Message:

Some README improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r7b56cfc r86e1d17  
    331. INTRODUCTION::
    44
    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.
     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.
    89
    910     The usage of this script assumes you have read and are familiar with
    1011  the book and therefore the configuration variables found in conf files
    11   will have meaning to you. There are a number of command line switches 
     12  will have meaning to you. There are a number of command line switches
    1213  which, if used, will override the config file settings.
    1314
     
    1819  *.  It is recommended that you temporarily unpack your linux kernel and
    1920  run <make menuconfig> and configure the kernal as per the book and save
    20   the resulting .config file. This configuration rule also applies to uClibc
    21   when building a HLFS system using uClibc rather than glibc.
     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.
    2224
    23252. INSTALLATION::
    24      
     26     No installation is required. No system-wide installation is allowed
     27  for now.
    2528
    26293. CONFIGURATION FILES::
     
    3841               |                                       /func_check_versions.sh
    3942        clfs --+  /CLFS config ---+                    /func_validate_configs.sh
    40                |       master.sh -+                   
     43               |       master.sh -+
    4144               |       xxxx.xsl  -+
    42                |                             
    43                +--------------------- master.sh --------------->>> 
     45               |
     46               +--------------------- master.sh --------------->>>
    4447               +--README
    45                |                                     
     48               |
    4649        hlfs --+  /HLFS config ---+
    4750               |       master.sh -+
     
    5154                       master.sh -+
    5255                       xxxx.xsl  -+
    53                        
    54      
     56
     57
    55586. FAQ::
    5659    Q. "It doesn't work"
    5760    A. Yes it does..
    5861
    59    
Note: See TracChangeset for help on using the changeset viewer.