VMWare Linux image with small footprint

distribution, linux, testing, vmware

Solution

Arch Linux is renowned for its small footprint base system. Arch adheres to the KISS (keep it simple, stupid) principle.

In the default install, Arch Linux does come without any service or X.

Problem

I have an embedded system running on a Linux platform. What we want to do now is to test all applications running on a minimal Linux distro in a vmware environment. I try to find a very small footprint distribution which can be ran in VMWare. The requirements are really only to have the Linux distro without pretty much any servers since we run DropBear / BusyBox for remote communications. The smaller the footprint, the more instances we will be able to run on our VMWare server. Does anybody have recommendations on any small Linux distros/appliances without X, web servers etc etc? The ones I find contains lots of functionality not needed and are either very old or very large.

Original source