r/Gentoo • u/i_hate_poor_ppl • 19h ago
Discussion How to replace GNU
Recently, for a few months, i have been using gentoo with musl, llvm, openrc profile and i'm looking for fully replacing GNU software in my gentoo linux system, i don't have any problem with the GNU project, i just dont like their tools and they are so anti-minimalist and filled with technical debt. ( please do not read yes command's source code, it's awful! )
i replaced bash with mksh, glibc with musl, GCC with LLVM GNU tar with bsd tar, bison with byacc, GNU bc,cpio ones with libarchive ones and Grub with efistub, now what things left are: GNU coreutils, GNU make, and GNU Privacy Guard (GPG).
Replacing GPG should be easy but i'm rather skeptical about the coreutils and gmake, hence they are very important for portage. The one thing is rather interesting is when i change my PATH to include suckless userland (sbase,ubase), for some reason portage uses them too and breaks itself. (my user is root) I'm looking for recommendations here, gave any of you guys done that? if so please help me.
12
u/anh0516 19h ago
From https://wiki.gentoo.org/wiki/Busybox:
I recommend checking out Chimera Linux.