From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JlEsh-0003J6-5p for mharc-grub-devel@gnu.org; Sun, 13 Apr 2008 22:57:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlEsf-0003Io-G3 for grub-devel@gnu.org; Sun, 13 Apr 2008 22:57:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlEsd-0003Ic-5W for grub-devel@gnu.org; Sun, 13 Apr 2008 22:57:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlEsc-0003IZ-VD for grub-devel@gnu.org; Sun, 13 Apr 2008 22:57:14 -0400 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JlEsc-0004ca-T4 for grub-devel@gnu.org; Sun, 13 Apr 2008 22:57:15 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 13 Apr 2008 22:57:11 -0400 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id BD757619058 for ; Sun, 13 Apr 2008 22:57:10 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <899208.87499.qm@web39808.mail.mud.yahoo.com> References: <899208.87499.qm@web39808.mail.mud.yahoo.com> Content-Type: text/plain Date: Sun, 13 Apr 2008 22:57:09 -0400 Message-Id: <1208141829.17576.3.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: grub2 network 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: Mon, 14 Apr 2008 02:57:17 -0000 On Wed, 2008-04-09 at 04:44 -0700, Maryam wrote: > Hi! > I want to add network support to grub2, For this reason i want add > netboot to grub2. > Now how do this work? Take the code you need from the netboot directory in GRUB 1. Make sure it's compatible with GPLv3 (look for "any later version"). Change the code to work with GRUB 2. -- Regards, Pavel Roskin