More README.BLFS updates.
This commit is contained in:
parent
f633610b33
commit
855296fc5c
1 changed files with 17 additions and 0 deletions
17
README.BLFS
17
README.BLFS
|
@ -17,6 +17,19 @@ $Id$
|
||||||
NOTE:: The code is still under development and may contains several bugs
|
NOTE:: The code is still under development and may contains several bugs
|
||||||
|
|
||||||
|
|
||||||
|
2. PREREQUISITES::
|
||||||
|
|
||||||
|
To use this tool you MUST to:
|
||||||
|
|
||||||
|
- have experience building BLFS packages
|
||||||
|
- know how to edit and write shell scripts
|
||||||
|
- know how a Makefile works
|
||||||
|
- be able to trace build failures and to find what is causing it
|
||||||
|
(user error, package bug, BLFS command bug, or jhalfs code bug)
|
||||||
|
|
||||||
|
If you don't have the above skill, please don't use this tool.
|
||||||
|
|
||||||
|
|
||||||
2. USAGE::
|
2. USAGE::
|
||||||
|
|
||||||
Due the complexity of the BLFS book, the scripts/Makefile generation is
|
Due the complexity of the BLFS book, the scripts/Makefile generation is
|
||||||
|
@ -119,6 +132,10 @@ $Id$
|
||||||
(Text is needed about meta-packages, the installed packages tracking system
|
(Text is needed about meta-packages, the installed packages tracking system
|
||||||
and like)
|
and like)
|
||||||
|
|
||||||
|
(The TRACKING_DIR directory must be created before using this tool running as root
|
||||||
|
|
||||||
|
install -d -m1777 /var/lib/jhalfs/BLFS )
|
||||||
|
|
||||||
3. GENERATED BUILD SCRIPTS ISSUES::
|
3. GENERATED BUILD SCRIPTS ISSUES::
|
||||||
|
|
||||||
In this section known issues with the generated build scripts are
|
In this section known issues with the generated build scripts are
|
||||||
|
|
Reference in a new issue