qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: About: QEMUMenu.bat


From: Garth Dahlstrom
Subject: [Qemu-devel] Re: About: QEMUMenu.bat
Date: Tue, 16 Nov 2004 21:52:34 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]