Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 12/04/2006 03:08:06 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 15 15 === nALFS === 16 16 17 Currently, the official implementation is nALFS by Neven Has. nALFS is a small program written in C. It first parses an XML profile that contains information concerning the LFS build process into a series of internal commands. It can then execute these at your discretion, thus automating the compilation of LFS.17 The first ALFS implementation was nALFS by Neven Has. nALFS is a small program written in C. It first parses an XML profile that contains information concerning the LFS build process into a series of internal commands. It can then execute these at your discretion, thus automating the compilation of LFS. 18 18 19 19 === jhalfs === 20 20 21 Recently, work has been done on a newimplementation 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.21 Currently 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. 22 22 23 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/.'' … … 25 25 To test the development version of jhalfs, fetch it via svn with the command: 26 26 {{{ 27 svn exportsvn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs27 svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs 28 28 }}} 29 29 … … 32 32 === alfs === 33 33 34 There are many in-depth features that have been requested for future ALFS implementations. Because of this, development has been slated for an entirely new build tool which will be called alfs. To see a list of features that will appear in alfs, please read our Software Requirements Specification. If you wish to help develop this new tool, please subscribe to the alfs-discuss mailing list and leave a note there explaining your desire to help.34 There are many in-depth features that have been requested for future ALFS implementations. Because of this, development has been slated for an entirely new build tool which will be called alfs. To see a list of features that will appear in alfs, please read our [http://www.linuxfromscratch.org/alfs/view/alfs-srs/alfs-srs.html Software Requirements Specification]. If you wish to help develop this new tool, please subscribe to the alfs-discuss mailing list and leave a note there explaining your desire to help. 35 35 36 36 == Who's who: == 37 37 38 38 ||Project Leader:||Thomas Pegg|| 39 ||Developer (XML):||Matthew Burgess||40 39 ||Developer (jhalfs):||George Boudreau|| 41 40 ||Developer (jhalfs):||Manuel Canales Esparcia|| 42 ||Developer (jhalfs):||Jeremy Huntwork||43 ||Developer (nALFS):||Jamie Bennett||44 ||Profile Editor:||Joachim Beckers||45 41 46 42