From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KOlhN-0008Pv-4o for mharc-grub-devel@gnu.org; Thu, 31 Jul 2008 23:53:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOlhM-0008Po-Am for grub-devel@gnu.org; Thu, 31 Jul 2008 23:53:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOlhK-0008PR-TG for grub-devel@gnu.org; Thu, 31 Jul 2008 23:53:00 -0400 Received: from [199.232.76.173] (port=43225 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOlhK-0008PO-Oc for grub-devel@gnu.org; Thu, 31 Jul 2008 23:52:58 -0400 Received: from c60.cesmail.net ([216.154.195.49]:24079) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KOlhK-0003I2-Bj for grub-devel@gnu.org; Thu, 31 Jul 2008 23:52:58 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 31 Jul 2008 23:52:44 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 07106618F22 for ; Thu, 31 Jul 2008 23:52:43 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Thu, 31 Jul 2008 23:52:43 -0400 Message-Id: <1217562763.19448.8.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] PXE support for grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 03:53:00 -0000 On Fri, 2008-08-01 at 11:46 +0800, Bean wrote: > On Thu, Jul 31, 2008 at 12:50 AM, Bean wrote: > > Hi, > > > > This patch add the (pxe) device that can be used to load files using > > the pxe service. It also add a user land command pxe that can be used > > to show pxe information as well as set some parameter. > > > > To create a pxe boot image: > > > > ./grub-mkimage -d . -o core.img pxe > > cat pxeboot.img core.img > g2pxe Perhaps it should be a separate script? Or maybe it should be an option for grub-mkimage? At least it should be documented. Users who want to use PXE should be able to figure it out easily. -- Regards, Pavel Roskin