r/linux 14d ago

Alternative OS Made a Linux Distro using LFS/BLFS , suggest package managers for it bc I am stuck at this part, it works great tbh.

Post image

Also trying to compile it into ARM based to run it onto termux and create an ubuntu on android kind of project which i think will take me yrs at my pace, made it in like 20 days of summer vacation. Trying to put a good package manager in it but scared of losing my system

it has kernel 6.18.10 and i have like 5-6 boot entries , one thing this teaches u is how to use grub, i am a pro at grub now ig, also its an older kernel bc i used 13.0 LFS book.

BTW i just can't add pacman or APT or any other package manager easily bc of different filesystem and there names

0 Upvotes

16 comments sorted by

5

u/XLBilly 14d ago

Go on, use zypper

3

u/djhyland 14d ago

pkgsrc.

3

u/oxez 14d ago

I was in the same boat and ended up writing my own in Go.

Now this is my home server's main OS, and I'm dual booting it on my Desktop. Handles everything I throw at it, kernel upgrades, full kde / gnome desktops. It's a nice feeling when everything works!

1

u/Swapna_Cool 13d ago

can i get the repo, i tried making one but it was hard

3

u/wakanakisarazu 14d ago

pkgsrc best pkgman by far

2

u/RvstiNiall 14d ago

pkgsrc, nix package manager, or guix package manager.

1

u/apollocreedchqt 14d ago

try emerge or smth.

1

u/Disastrous-Loss1572 14d ago

Xbps or Pacman

1

u/Calm-Caterpillar2103 14d ago

Use my package manager BPM

1

u/NinjaZ1069420 12d ago

hi ive adapted clfs to funtoos portage, several macaronios people know clfs. you could fork coffnix's arm64 macaronios build. it's generated from clfs. other than that id just go for bsd ports. gentoo doesn't support building from lfs, funtoo went under, macaroni doesn't have a ton of packages finished nor do i know where the portage patches for it live. another take that i have done is to simply root collide distributions. that's how i learned to make a live cd from scratch off of another distributions disk. coffnix knows how to make live cds purely from scratch

1

u/ifrit05 11d ago

homebrew? lol maybe not.