186
submitted 3 months ago by TheImpressiveX@lemmy.ml to c/linux@lemmy.ml

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?

you are viewing a single comment's thread
view the rest of the comments
[-] 1984@lemmy.today 28 points 3 months ago

I did it, learned a lot. But it's not really a system that can be maintained very easily. You don't even have a package manager. :)

[-] lemmyvore@feddit.nl 6 points 3 months ago

Back when I did LFS I dealt with this by giving each package an /opt prefix, symlinking their respective bin/, sbin/, lib/, man/ and so on dirs under a common place, and adding those places to the relevant system integrations (PATH, /etc/ld.so.conf etc.)

I put together a bash script that could manage the sumlinks and pack/unpack tarballs, and also wrote metadata file and a configure/make "recipe" to each package dir. It worked surprisingly well.

A handful of packages turned out to be hardcoding system paths so they couldn't be prefixed into /opt (without patching) but most things could.

[-] LeFantome@programming.dev 8 points 3 months ago

You were on your way to reinventing Gentoo

[-] boredsquirrel@slrpnk.net 2 points 3 months ago

Do you even have binary packages?

[-] pingveno@lemmy.ml 9 points 3 months ago* (last edited 3 months ago)

There's no level of package management, binary or source. There's no practical way to uninstall or upgrade. It's a toy for learning about Linux, which is great, but don't expect it to have anything else.

Edit: I seem to remember some third party package managers, but then you're going beyond the base level documentation. And at a certain point, then you might as well just use a distro. If you want to have a very minimal package manager so you can learn about package managers, sure, it's a learning tool.

this post was submitted on 02 May 2024
186 points (98.4% liked)

Linux

46611 readers
1078 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS