From: Dirk Behme <dirk.behme@googlemail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re QuickStartGuide on QEMU Wiki
Date: Tue, 25 Jul 2006 17:44:33 +0200 [thread overview]
Message-ID: <44C63C61.7090802@gmail.com> (raw)
In-Reply-To: <1153783702.22048.266774470@webmail.messagingengine.com>
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)
> Install from a downloaded iso file:
>
> {{{
> qemu -hda mylinux.raw -cdrom /dev/cdrom -boot d -net user -m 256
> }}}
c)
> Run the installation:
>
> {{{
> qemu -hda mylinux.raw -cdrom /dev/cdrom -boot c -net user -m 256
> }}}
Mmh, sorry, but I didn't get the point here. What is the key
difference between the things above and
- your step (a) and QuickStartGuide step 2: creation of
blank disk image:
qemu-img create -f qcow c.img 3G
- your step (b) and QuickStartGuide step 3b: suppose you
have an install iso image, called my_os_install.iso. Then run:
qemu -cdrom my_os_install.iso -hda c.img -m 256 -boot d
already in QuickStartGuide?
Your step (c) is an extension of QuickStartGuide's "qemu
-hda c.img -m 256" which I think can be done by anybody who
understands the basics of QuickStartGuide on his own.
Let us keep the QuickStartGuide simple and easy and don't
explain every possible variant. For this anybody can use
http://fabrice.bellard.free.fr/qemu/qemu-doc.html
Regards
Dirk
prev parent reply other threads:[~2006-07-25 15:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=44C63C61.7090802@gmail.com \
--to=dirk.behme@googlemail.com \
--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 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).