Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
10/14/2006 04:40:29 PM (18 years ago)
Author:
manuel@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    2121Recently, work has been done on a new implementation of ALFS, called jhalfs. Originally created by Jeremy Huntwork, but since developed and maintained by Manuel Canales Esparcia and George Boudreau, jhalfs has become a light-weight, practical method of automating an LFS build. jhalfs is a Bash shell script that makes use of Subversion and xsltproc to first download the XML sources of the Linux From Scratch book and then extract any necessary commands, placing them into executable shell scripts. If you do not already have the necessary source packages in place on your system jhalfs can fetch them. Finally, jhalfs generates a Makefile which will control the execution of the shell scripts, allowing for recovery if the build should encounter an error. Since jhalfs extracts its commands to run directly from the LFS book, there are no profiles to edit or maintain.
    2222
    23 '''Note:''' ''The 1.0 version of jhalfs has been released. A tarball can been downloaded from http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/.''
     23'''Note:''' ''The 2.0 version of jhalfs has been released. A tarball can been downloaded from http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/.''
    2424
    25 To build LFS, CLFS and HLFS development version, use the trunk version of jhalfs. This is available via svn with the command:
     25To test the development version of jhalfs, fetch it via svn with the command:
    2626{{{
    2727svn export svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs