All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andrew Malcolmson" <andzy@imap.cc>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re QuickStartGuide on QEMU Wiki
Date: Mon, 24 Jul 2006 19:28:22 -0400	[thread overview]
Message-ID: <1153783702.22048.266774470@webmail.messagingengine.com> (raw)

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

             reply	other threads:[~2006-07-24 23:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-24 23:28 Andrew Malcolmson [this message]
2006-07-24 23:42 ` [Qemu-devel] Re QuickStartGuide on QEMU Wiki Paul Brook
2006-07-25 15:44 ` Dirk Behme

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1153783702.22048.266774470@webmail.messagingengine.com \
    --to=andzy@imap.cc \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.