Anyway, I'm starting to work on modding the profile (included on the LiveCD) now, should I submit that as a patch, or should I learn SVN & friends...
Well, we could use all the help we could get. Just a few suggestions to get you started.
For Subversion, take a look at http://svnbook.red-bean.com/
That book will help a great deal in understanding the repository and version-control
As far as helping with the livecd, you'd learn a great deal about how it works, and how it is built if you look at our build scripts, which are all done with a series of Makefiles.
This command will checkout the latest revision of the cd build scripts:
svn co svn://svn.linuxfromscratch.org/livecd/trunk lfs-livecd
For help in understanding Makefiles, (if you aren't familiar with them), check out:
http://www.gnu.org/software/make/manual/make.html
Hope this stuff helps :)
-- Jeremy Huntwork -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
