Changeset 67e3bc3 for README


Ignore:
Timestamp:
03/30/2006 06:26:11 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
854cde2
Parents:
b051b90
Message:

Small text fixes.
Placing authors in alphabetical order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    rb051b90 r67e3bc3  
    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 was inspired by the "jhalfs" code written by Jeremy Huntwork.
     7  This software is a evolution of the original "jhalfs" code.
    88
    99     The usage of this script assumes you have read and are familiar with
     
    1616  lay in a supply of caffeine beverages.
    1717
    18   *.  It is recommended that you temporarily unpack your linux kernel, 
     18  *.  It is recommended that you temporarily unpack your linux kernel,
    1919  run <make menuconfig>, configure the kernal as per the book and save
    2020  the resulting .config file. This configuration rule also applies to the
     
    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
    3535  to build run the script.
    36      <symlink> refers to the one of 4 package symlinks, lfs,hlfs,clfs,blfs. 
     36     <symlink> refers to the one of 4 package symlinks, lfs,hlfs,clfs,blfs.
    3737     Replace <symlink> with your choice.. i.e.  ./lfs
    3838
    3939     ./<symlink>
    40      Create a makefile based on the settings found in the config files. 
     40     Create a makefile based on the settings found in the config files.
    4141     You must enter the build partition/jhalfs directory and manually run make
    4242
    43      ./<symlink> -G 
     43     ./<symlink> -G
    4444     Download the packages and patches necessary to build <symlink>
    45      
     45
    4646     ./<symlink> -G -M
    4747     Download the packages, create and automatically run the Makefile
    48    
     48
    4949     ./<symlink> --help  will give you a context sensitive list of command
    5050                         line switches.
     
    7878
    7979Authors:
     80  George Boudreau
    8081  Manuel Canales Esparcia
    81   George Boudreau
     82  Jeremy Huntwork
Note: See TracChangeset for help on using the changeset viewer.