Has anyone here ever tried Linux From Scratch?

TheImpressiveX@lemmy.ml to Linux@lemmy.ml – 182 points –

For those of you who don't know, Linux From Scratch is a project that teaches you how to compile your own custom distro, with everything compiled from source code.

What was your experience like? Was it easier or harder than you expected? Do you run it as a daily driver or did you just do it for fun?

62

You are viewing a single comment

By the time I finished, half the system was extremely outdated and probably vulnerable to dozens of RCEs. Somehow I managed to compile KDE, but not Firefox. It always crashed the whole Laptop - 2 GB RAM wasn't enough.

All this true and I relate. Firefox is a beast. Compiling browser is a pain. Don't even tought to do KDE. I put together the ui with some suckless tools and had fun with them. Security, stability are a constant question with a system like this. Not a daily driver, used to gain a deeper knowladge. It is like bivaking behind the grandarents house in the foresst: uncomfortable, adveture, goodway to test Yourself and the gear, still have cookies. Not preparation for the alien zombies in the Amazonas.

Yeah, for me it just showed me how nice a customly installed distro is, and how fast it can be even on an old machine, so it was the first to get Arch installed on. Another Laptop followed, then my main PC, Server and finally the PI.

KDE, Gnome, the kernel, you can compile them without any problems. They're large and complex but they're well organized.

X is weird but it can also be compiled fairly easily.

Mozilla stuff is horrendous. There's no rhyme or reason, it's hard to find build instructions, half the time they don't work, when they do the build fails with obscure errors...

Compiling the kernel actually only took 40 minutes on the 13 year old laptop with a Core Duo.

And the LFS Book has excellent building instructions for all packages, including Firefox. That's actually only relevant for LFS tho ig.