GNU From Scratch
From Bennet
This wiki will focus on building GNU/Linux from scratch. It is a similar project to LFS, but GFS is intended to be a more correct way of building your own system.
Everything is built from source, but inserting files into the root tree is done with packages. This ensures that each file is accounted for and is placed correct.
There is quite a bit more work to build a GFS system compared to a LFS system, of course, but this is payed off in terms of control.
The intended user for GFS is the person who is always on the cutting edge of technology. To be there, you have to build from RCS the code of the different projects. It also means being on the mailinglists of the different projects and it means being aware of everything happening on the system.
SVN on Savannah will be the main repository for now, but I very much like to use bazaar.
here is the project page.

