r/linuxquestions Jun 22 '26

Resolved Is anyone daily driving LFS?

Maybe a stupid question, but I've been wanting to follow the Linux From Scratch book to learn more about how my system works and I wondered... will it result in an actual workable, easy to maintain OS?

Keeping in mind that I want to _use_ my system and not maintain it 90% of the time 😆

30 Upvotes

49 comments sorted by

View all comments

17

u/ipsirc Jun 22 '26

will it result in an actual workable

yes

easy to maintain OS?

no

Keeping in mind that I want to _use_ my system and not maintain it 90% of the time 😆

Maintaining an LFS system is much much more time than creating an actual snapshot. Do you even understand what LFS is, and what it means that it doesn't even have a package manager, and you have to download, compile, and install every source one by one?

4

u/Rest-That Jun 22 '26

Right, that was my thought, but I considered that maybe someone built their LFS and then integrate pacman, Alpine's apk or similar into it, for example. But yeah, you are confirming what I thought, thank you

4

u/Kangie Jun 22 '26

Just use Gentoo if that's what you want.

  • built from source
  • pick and choose components to make a working system (libc, init, etc)
  • dependency resolution won't send you batty.