From: Garth Dahlstrom <ironstorm@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: About: QEMUMenu.bat
Date: Tue, 16 Nov 2004 21:52:34 -0500 [thread overview]
Message-ID: <76bfb9d204111618521d8c7e9e@mail.gmail.com> (raw)
In-Reply-To: <1287735350374964045@unknownmsgid>
Ronald wrote:
> I have (quickly) modified QEMUMenu.bat to use qemu-img.exe instead of
> mkqemuimage.exe, just like this:
> REM mkqemuimage.exe -s %QEMU_IMG_FileSize% "%QEMU_IMG_FileName%"
> qemu-img.exe create -f raw "%QEMU_IMG_FileName%" %QEMU_IMG_FileSize%
> That's the right way to do?
> mkqemuimage.exe is now in the misc directory
> The lastest installer for cvs on freeoszoo, has this new layout (20041116a).
qemu-img.exe create -f raw "%QEMU_IMG_FileName%" %QEMU_IMG_FileSize%
will make very small images :-)
qemu-img.exe create -f raw "%QEMU_IMG_FileName%" "%QEMU_IMG_FileSize%M"
Doc says adding M for MB should do it for now...
I'll add a submenu for the other disk image types when I get to it in a bit.
-Garth
--
Northern.CA ===--
http://www.northern.ca/
Canada's Search Engine
next parent reply other threads:[~2004-11-17 3:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1287735350374964045@unknownmsgid>
2004-11-17 2:52 ` Garth Dahlstrom [this message]
2004-11-21 10:34 ` [Qemu-devel] QEMUMenu v20041121 is out & GUI thoughts Garth Dahlstrom
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=76bfb9d204111618521d8c7e9e@mail.gmail.com \
--to=ironstorm@gmail.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).