experimental
Last change
on this file since e58c70fd was e58c70fd, checked in by George Boudreau <georgeb@…>, 19 years ago |
Added a README file skeleton
|
-
Property mode
set to
100644
|
File size:
1008 bytes
|
Rev | Line | |
---|
[e58c70fd] | 1 | $Id$
|
---|
| 2 |
|
---|
| 3 | 1. INTRODUCTION::
|
---|
| 4 |
|
---|
| 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.
|
---|
| 8 |
|
---|
| 9 | The usage of this script assumes you have read and are familiar with
|
---|
| 10 | 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 | which, if used, will override the config file settings.
|
---|
| 13 |
|
---|
| 14 | NOTES::
|
---|
| 15 | *. The resulting Makefile takes considerable time to run to completion,
|
---|
| 16 | lay in a supply of caffeine beverages.
|
---|
| 17 |
|
---|
| 18 | *. It is recommended that you temporarily unpack your linux kernel and
|
---|
| 19 | 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.
|
---|
| 22 |
|
---|
| 23 | 2. INSTALLATION::
|
---|
| 24 |
|
---|
| 25 |
|
---|
| 26 | 3. CONFIGURATION FILES::
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | 4. RUNNING::
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | 5. LAYOUT::
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 | 6. FAQ::
|
---|
Note:
See
TracBrowser
for help on using the repository browser.