From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHinG-0007AR-5t for qemu-devel@nongnu.org; Thu, 15 Feb 2007 10:45:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHinB-000736-FD for qemu-devel@nongnu.org; Thu, 15 Feb 2007 10:45:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHinB-00072u-D2 for qemu-devel@nongnu.org; Thu, 15 Feb 2007 10:45:05 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHinA-0004RP-Gy for qemu-devel@nongnu.org; Thu, 15 Feb 2007 10:45:05 -0500 Received: by ug-out-1314.google.com with SMTP id j40so193819ugd for ; Thu, 15 Feb 2007 07:45:03 -0800 (PST) Message-ID: Date: Thu, 15 Feb 2007 07:45:02 -0800 From: "Ed Swierk" Sender: eswierk@gmail.com Subject: Re: [Qemu-devel] [PATCH] don't require a disk image for network boot In-Reply-To: <20070215101744.6a639186@thomas.toulouse> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87bqjyxg10.fsf@tac.ki.iif.hu> <20070215101744.6a639186@thomas.toulouse> Reply-To: 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 On 2/15/07, Thomas Petazzoni wrote: > BTW, is there a reason why a disk image is required when using the > -kernel option ? > > In the following case: -kernel vmlinuz -append "nfsroot=blabla", we > could boot over the network, without the need for any disk image, but > Qemu wants to have a disk image. Is it mandatory ? On Linux, -hda /dev/zero works fine, so I'd say there's no reason a disk image is necessary. --Ed