Andrew Malcolmson wrote:
Here is a super short addition you might want to add to the
QuickStartGuide page,
A Wiki is something anybody can add improvements himself ;)
Create an empty 3 GB image file. You will be installing into this:
a)
{{{
qemu-img create mylinux.raw 3G
}}}
b)
Instal
> qemu -hda mylinux.raw -cdrom /dev/cdrom -boot d -net user -m 256
This is wrong. "-net user" by itself won't give you a working network. You
need to specify "-net nic -net user" (this is the default if no -net options
are given).
Paul
___
Qemu-deve