Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
07/29/2007 10:29:20 AM (17 years ago)
Author:
manuel@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    2121Currently there is a new official 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 2.2 version of jhalfs has been released. A tarball can been downloaded from http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/.''
     23The most current jhalfs stable release can been downloaded from http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/.''
    2424
    25 To test the development version of jhalfs, fetch it via svn with the command:
     25To use the development version of jhalfs, fetch it via svn with the command:
    2626{{{
    2727svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs