README, not much but better than nothing
This commit is contained in:
parent
fdd18d6002
commit
8ca21dcc30
1 changed files with 10 additions and 7 deletions
17
README
17
README
|
@ -3,12 +3,10 @@ $Id$
|
||||||
1. INTRODUCTION::
|
1. INTRODUCTION::
|
||||||
|
|
||||||
This collection of scripts, known as jhalfs-X, strives to create
|
This collection of scripts, known as jhalfs-X, strives to create
|
||||||
an accurate makefile directly from the XML files used to generate a
|
accurate makefiles from the Linux From Scratch book series XML files.
|
||||||
specific book from the diferent Linux From Scratch documentation
|
|
||||||
projects.
|
|
||||||
|
|
||||||
The usage of this script assumes you have read and are familiar with
|
The usage of this script assumes you have read and are familiar with
|
||||||
the book and therefore the configuration variables found in conf files
|
the book(s) and therefore the configuration variables found in config files
|
||||||
will have meaning to you. There are a number of command line switches
|
will have meaning to you. There are a number of command line switches
|
||||||
which, if used, will override the config file settings.
|
which, if used, will override the config file settings.
|
||||||
|
|
||||||
|
@ -27,11 +25,16 @@ $Id$
|
||||||
for now.
|
for now.
|
||||||
|
|
||||||
3. CONFIGURATION FILES::
|
3. CONFIGURATION FILES::
|
||||||
Each book in the LFS series has it's own set of configurable parameters as
|
Each book in the LFS series has it's own set of configurable parameters
|
||||||
well as the common parameters file.
|
as well as the common parameters file.
|
||||||
|
|
||||||
4. RUNNING::
|
4. RUNNING::
|
||||||
|
The script, master.sh, cannot be invoked directly but only via the
|
||||||
|
supplied symlinks. After editing the config file for the project you wish
|
||||||
|
to build run the script.
|
||||||
|
|
||||||
|
./<symlink> --help will give you a context sensitive list of command
|
||||||
|
line switches.
|
||||||
|
|
||||||
5. LAYOUT::
|
5. LAYOUT::
|
||||||
|
|
||||||
|
|
Reference in a new issue