qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re QuickStartGuide on QEMU Wiki
@ 2006-07-24 23:28 Andrew Malcolmson
  2006-07-24 23:42 ` Paul Brook
  2006-07-25 15:44 ` Dirk Behme
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Malcolmson @ 2006-07-24 23:28 UTC (permalink / raw)
  To: qemu-devel

Here is a super short addition you might want to add to the
QuickStartGuide page, stolen from someone's posting in the Forums.  Feel
free to edit as I am a newbie here myself.  Sorry I couldn't properly
respond to the original post in this thread but I've just joined the
list.


== Linux Guest on Linux Host ==

Create an empty 3 GB image file. You will be installing into this:

{{{
qemu-img create mylinux.raw 3G
}}}

Install from a downloaded iso file:

{{{
qemu -hda mylinux.raw -cdrom /dev/cdrom -boot d -net user -m 256
}}}

Run the installation:

{{{
qemu -hda mylinux.raw -cdrom /dev/cdrom -boot c -net user -m 256
}}}
-------------------
Andrew Malcolmson

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-25 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-24 23:28 [Qemu-devel] Re QuickStartGuide on QEMU Wiki Andrew Malcolmson
2006-07-24 23:42 ` Paul Brook
2006-07-25 15:44 ` Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).