Changeset 854cde2


Ignore:
Timestamp:
03/30/2006 06:53:53 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
aaa4612
Parents:
67e3bc3
Message:

README, the grammar police stood over my shoulder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r67e3bc3 r854cde2  
    55     This collection of scripts, known as jhalfs-X, strives to create
    66  accurate makefiles from the Linux From Scratch book series XML files.
    7   This software is a evolution of the original "jhalfs" code.
     7  This software is an evolution of the original "jhalfs" code.
    88
    99     The usage of this script assumes you have read and are familiar with
    10   the book(s) and therefore the configuration variables found in config files
    11   will have meaning to you. There are a number of command line switches
     10  the book(s) and, therefore, the configuration variables found in config
     11  files will have meaning to you. There are a number of command line switches
    1212  which, if used, will override the config file settings.
    1313
    1414  NOTES::
    15   *.  The resulting Makefile takes considerable time to run to completion,
    16   lay in a supply of caffeine beverages.
     15  *.  The resulting Makefile takes considerable time to run to completion.
     16  Lay in a supply of caffeine beverages.
    1717
    1818  *.  It is recommended that you temporarily unpack your linux kernel,
    1919  run <make menuconfig>, configure the kernal as per the book and save
    20   the resulting .config file. This configuration rule also applies to the
     20  the resulting .config file. This suggestion also applies to the
    2121  configuration of the uClibc package when building a HLFS system using
    2222  uClibc rather than glibc.
     
    2727
    28283. CONFIGURATION FILES::
    29      Each book in the LFS series has it's own set of configurable parameters
     29     Each book in the LFS series has its own set of configurable parameters
    3030  as well as the common parameters file.
    3131
    32324. RUNNING::
    33      The script, master.sh, cannot be invoked directly but only via the
     33     The script master.sh cannot be invoked directly but only via the
    3434  supplied symlinks. After editing the config file for the project you wish
    35   to build run the script.
    36      <symlink> refers to the one of 4 package symlinks, lfs,hlfs,clfs,blfs.
    37      Replace <symlink> with your choice.. i.e.  ./lfs
     35  to build, run the script.
     36 
     37     The term <symlink> refers to the 1 of 4 package symlinks, lfs,hlfs,clfs,blfs.
     38     Replace <symlink> with your choice of packages; i.e.: ./lfs
    3839
    3940     ./<symlink>
    4041     Create a makefile based on the settings found in the config files.
    41      You must enter the build partition/jhalfs directory and manually run make
     42     You must enter the build partition/jhalfs directory and manually run <make>
    4243
    4344     ./<symlink> -G
Note: See TracChangeset for help on using the changeset viewer.