I just want a linux distro that boots fast, has a bash terminal (no gui) and busybox.
Is there any such distro or is it hard to compile a kernel and just make one myself?
|
I just want a linux distro that boots fast, has a bash terminal (no gui) and busybox. Is there any such distro or is it hard to compile a kernel and just make one myself? |
|||||
|
|
What you are searching for is called ttylinux. Major Components
|
|||||
|
|
A good linux distro that I've fallen in love with (and also has no GUI) is MicroCore Linux. It also has an older brother TinyCore Linux that does have a GUI (a pretty crappy one though). You could always try DSL (Damn Small Linux) I don't think any of these explicitly come with busybox (I don't know of any distro that ships with it), but it shouldn't be too hard to install it afterwards. From what I understand your main concern is a small fast system with a decent shell. |
|||||||||||
|
|
The best most current distribution I can think of is Debian NetInst: http://www.debian.org/CD/netinst/ There are a number of small Linux distributions out there but this one I think will be among the best maintained. Another thing is, if you need to grow it to full size, it's a trivial operation. |
|||||||
|
|
You should try Arch Linux. It let's you choose what you do and do not want to install on your system. You could even choose to not install bash :p Alternatively you could try Gentoo, where you have to compile everything from scratch. |
||||
Minimal Development Distro:busybox, musl C library, gcc, binutils, make, bash, and the Linux kernel. orMinimal Non-Development Distro:busybox, musl and the Linux Kernel |
|||
|
|