[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Is there any qemu imag
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] Is there any qemu imag |
Date: |
Sun, 31 Jul 2011 18:52:16 +0100 |
On Sat, Jul 30, 2011 at 4:29 PM, bala suru <address@hidden> wrote:
> Hi,
> Is there any qemu image (small OS which support , gcc, ssh, and networking
> ) , like linux-0.2.img.bz2 .
>
> I want this for KVM hyeprvisor ..
TinyCoreLinux is small distro that pulls in packages like web browsers
and development tools over the network:
http://distro.ibiblio.org/tinycorelinux/intro.html
http://distro.ibiblio.org/tinycorelinux/3.x/release/tinycore-current.iso
I've sometimes tested with it when I wanted a lightweight guest. It
runs live from the ISO but you can also install it onto a disk image
and preserve files across reboot.
Stefan