Linux – Absolute minimal Linux install

linux

I'm looking for a truly minimal usable linux install: the only requirement for the install is that it be able to install a .deb file (that has no dependencies) from the local file-system. (I'm assuming that if I can do that, I can then use that to bootstrap to whatever I actually need).

An ideal distor for my needs would consists of a kernel and an initramfs with nothing but dpks and init. In reality, I expect I will have to settle for something between that and DSL.


Edit: I'm not looking for an installer per se, but rather something that could be booted via an ISO or via PXE. It doesn't even need to leave the system in a re-bootable state.

As Linker3000 pointed out, what I'm looking for may be closer to a embedded distro than anything else.

Best Answer

I'm currently evaluating Alpine Linux to make a corporate router that boots off a USB stick in about 20 secs. The running payload uses 14MB of the system's 1GB RAM. It's not Debian-oriented but might be worth a look.

"A security-oriented, lightweight Linux distribution based on uClibc and Busybox."

Related Topic