• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Having trouble finding an absolute minimal Linux distro.

otherwise

Member
Hello all. I've been trying to find a linux distro that pretty much contains the absolute bare minimum required s.t. I don't have to bootstrap a compiler. Pretty much just partation tools, gcc, the kernel, and a shell (preferably bash). Does such a distro exist? The closest I've found is bare-bones linux which seems to have quite a bit more.
 
It really depends on what you consider required. A base Debian install is like 400M in ~150 packages, IIRC, which is a bit large but you can still trim it back more if you really need.
 
Originally posted by: otherwise
Hello all. I've been trying to find a linux distro that pretty much contains the absolute bare minimum required s.t. I don't have to bootstrap a compiler. Pretty much just partation tools, gcc, the kernel, and a shell (preferably bash). Does such a distro exist? The closest I've found is bare-bones linux which seems to have quite a bit more.

This link gives instructions on setting up a minimal Ubuntu system. May be worth a look.
 
Back
Top