Linux From Scratch

https://www.linuxfromscratch.org/
I plan on this to be my next Linux project, doing a LFS install!!! Any info would be greatly appreciate!!!

6 Likes

There is supposed to be a book on how to do LFS.
You need to set down what sort of a linux you are going to build.
Keep us in touch with your progress.

2 Likes

I would not do the systemd version. Learning how the init process works through all kinds of scripts is way more valuable than getting a one size fits all solution.

Be sure to be thoroughly aware of the hardware your system has, as you’ll be manually configuring the kernel. The first kernels you build will probably not boot; you can rebuild it until it does. Keep trying. Once you’re past the step of building the kernel, it should be easy; building your own kernel is the hardest part.

4 Likes