From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JI9LD-0003f6-OR for mharc-grub-devel@gnu.org; Thu, 24 Jan 2008 16:10:31 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI9LA-0003ca-ME for grub-devel@gnu.org; Thu, 24 Jan 2008 16:10:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI9L9-0003bt-CA for grub-devel@gnu.org; Thu, 24 Jan 2008 16:10:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI9L9-0003bl-6I for grub-devel@gnu.org; Thu, 24 Jan 2008 16:10:27 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JI9L8-0001ah-RE for grub-devel@gnu.org; Thu, 24 Jan 2008 16:10:27 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 0CC043EB23 for ; Thu, 24 Jan 2008 22:16:35 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 24 Jan 2008 22:10:14 +0100 User-Agent: KMail/1.9.4 References: <4794EC4B.8080301@prolly.org> <200801240949.22350.okuji@enbug.org> <20080124124205.GH2249@thorin> In-Reply-To: <20080124124205.GH2249@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801242210.14814.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: netboot/UNDI status 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: Thu, 24 Jan 2008 21:10:29 -0000 On Thursday 24 January 2008 13:42, Robert Millan wrote: > Well, if we can collaborate by sharing the same driver collection that's > even better, of course. This was done for GRUB Legacy, right? Sure. I had a very short conversation with gpxe developers last year, and we have agreed that we should share work. In GRUB Legacy, we tried to keep etherboot drivers as intact as possible, and we contributed back by providing bug fixes. IMO, this should be continued in GRUB 2 as well. Okuji