From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUG6P-0005FD-Jo for qemu-devel@nongnu.org; Tue, 16 Nov 2004 22:03:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUG6O-0005En-Rl for qemu-devel@nongnu.org; Tue, 16 Nov 2004 22:03:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUG6O-0005Ek-NQ for qemu-devel@nongnu.org; Tue, 16 Nov 2004 22:03:24 -0500 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CUFxM-0006kK-Kf for qemu-devel@nongnu.org; Tue, 16 Nov 2004 21:54:04 -0500 Received: from [64.233.170.203] (helo=rproxy.gmail.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1CUFx2-0007bt-KD for qemu-devel@nongnu.org; Tue, 16 Nov 2004 21:53:44 -0500 Received: by rproxy.gmail.com with SMTP id y7so41769rne for ; Tue, 16 Nov 2004 18:52:34 -0800 (PST) Message-ID: <76bfb9d204111618521d8c7e9e@mail.gmail.com> Date: Tue, 16 Nov 2004 21:52:34 -0500 From: Garth Dahlstrom In-Reply-To: <1287735350374964045@unknownmsgid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1287735350374964045@unknownmsgid> Subject: [Qemu-devel] Re: About: QEMUMenu.bat Reply-To: Garth Dahlstrom , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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