Randy McMurchy wrote: > Hi all, > > Does anyone have a little cheat sheet or some notes handy > that would help me use jhalfs for the first time. I have > a decently fast x86 machine with a spare partition that > isn't doing anything right now. > Not really a cheat sheet...but you want the latest version from SVN. It uses the same config interface as the kernel's make menuconfig and is pretty much self explanatory.
svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs-20081011 && cd jhalfs-20081011 && make # if you do not choose the "Run the makefile" option, then 'cd $LFS/jhalfs && make' If you want a mostly completed build, then you will have to do a few other things, like make a .config file available in your sources directory for the kernel build, a pre-made fstab, etc, everything from chapter 7 on. I usually like to do those parts manually anyway. -- DJ Lucas -- This message has been scanned for viruses and dangerous content, and is believed to be clean. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page