Part II: Building a Linux distribution from scratch (a new package manager) (silverhairortwo.github.io)
from silverhairortwo@lemmy.ml to linux@lemmy.ml on 02 May 12:43
https://lemmy.ml/post/29484429

#linux

threaded - newest

eldavi@lemmy.ml on 02 May 15:06 next collapse

i’ve always been in awe of people who do this; it goes well beyond linux from scratch and they’ll never get rewarded for doing it… it’s purely a labor of love.

silverhairortwo@lemmy.ml on 02 May 15:34 collapse

this made my day; thank you! speaking for myself, it certainly is something I quite enjoy :D

eldavi@lemmy.ml on 02 May 16:55 collapse

HEAVY emphasis on the words “labor of love” … should be getting paid for this and i know for a fact that people who do this professionally make around $200k a year for doing it becuase i worked with them for up until a couple weeks ago at old-silicon.

silverhairortwo@lemmy.ml on 02 May 22:34 collapse

gosh, if only! at the present, I just see this project as a means for me to explore building a distro not based on any other, but I could imagine struggling to find the time to individually maintain each package in future… (unless there’s other maintainers too, which might happen if this project ends up going anywhere); still a long a way to go though, I suppose :p

DieserTypMatthias@lemmy.ml on 02 May 19:20 next collapse

Try Buildroot. It’ll speed things up.

silverhairortwo@lemmy.ml on 02 May 22:37 collapse

hmmm, I’ve used it in the past and feel as though it might take the fun out of the project (in part); however, I absolutely do appreciate the suggestion!

Laser@feddit.org on 03 May 11:40 collapse

From a quick glance, this is pacman with a yaml file instead of a shell script and PKGINFO (the latter was introduced for the same reason you’re doing it your way in the first place). The carcinization of package managers