Changes between Version 22 and Version 23 of WikiStart


Ignore:
Timestamp:
08/19/2022 10:54:30 AM (21 months ago)
Author:
Pierre Labastie
Comment:

Update to git and remove dead links

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    1414The official implementation of ALFS is called jhalfs. Originally created by Jeremy Huntwork, but since developed and maintained by Manuel Canales Esparcia, George Boudreau, Thomas Pegg, and Pierre Labastie, 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. A way to use package management has been added by Pierre Labastie.
    1515
    16 To download the latest stable version of jhalfs, click [http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/ here].
    17 
    18 Due to a lack of developers, the last stable version is somewhat old, and does not work well with recent versions of LFS/BLFS. It is better to use the development version:
     16Due to a lack of developers, there is no stable version. The development version is at:
    1917{{{
    20 svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs
     18git clone https://git.linuxfromscratch.org/jhalfs.git
    2119}}}
    2220
     
    3432=== alfs ===
    3533
    36 There were many in-depth features that had been requested for ALFS implementations. Because of this, development had been slated for an entirely new build tool which would have been called alfs. To see a list of features that would have appeared in alfs, please read our [http://www.linuxfromscratch.org/alfs/view/alfs-srs/alfs-srs.html Software Requirements Specification]. Eventually, the ease of use of jhalfs, ultimately pushed development of alfs to the bottom of the stack.
     34There were many in-depth features that had been requested for ALFS implementations. Because of this, development had been slated for an entirely new build tool which would have been called alfs. Eventually, the ease of use of jhalfs, ultimately pushed development of alfs to the bottom of the stack.
    3735
    3836== Supported Books ==
     
    4240
    4341||Project Leader:||Pierre Labastie||
    44 
    45 
    46 
    47