From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KLtRG-0000Bh-VA for mharc-grub-devel@gnu.org; Thu, 24 Jul 2008 01:32:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLtRF-0000BM-6B for grub-devel@gnu.org; Thu, 24 Jul 2008 01:32:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLtRD-0000B6-Lv for grub-devel@gnu.org; Thu, 24 Jul 2008 01:32:28 -0400 Received: from [199.232.76.173] (port=42412 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLtRD-0000B3-Db for grub-devel@gnu.org; Thu, 24 Jul 2008 01:32:27 -0400 Received: from mailout11.t-online.de ([194.25.134.85]:44384) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLtRD-0002UT-Ga for grub-devel@gnu.org; Thu, 24 Jul 2008 01:32:27 -0400 Received: from fwd24.aul.t-online.de by mailout11.sul.t-online.de with smtp id 1KLtRB-00058I-03; Thu, 24 Jul 2008 07:32:25 +0200 Received: from [10.3.2.2] (ZXX3l4Zv8h7CTyYDb4+a66GjmkMUQrBMzoVskt-dMFdLljZJADbEPgCY+Bnkfi6wm0@[217.235.206.20]) by fwd24.aul.t-online.de with esmtp id 1KLtR8-0VrCIi0; Thu, 24 Jul 2008 07:32:22 +0200 Message-ID: <488813E2.7060700@t-online.de> Date: Thu, 24 Jul 2008 07:32:18 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <4886599E.7070506@t-online.de> <48879EFE.80900@t-online.de> <4887AFB5.7020508@t-online.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: ZXX3l4Zv8h7CTyYDb4+a66GjmkMUQrBMzoVskt-dMFdLljZJADbEPgCY+Bnkfi6wm0 X-TOI-MSGID: 72da67b0-dd7d-4cd5-b791-30cad6c841d4 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] New tool to convert pe image to elf 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 Jul 2008 05:32:29 -0000 Bean wrote: >> ... >> Another real world test (grub-install on an USB flash drive and boot) works. >> >> Patch is IMO good to go. >> >> >> Then only the fix for >> update-grub-lib:make_system_path_relative_to_its_root() remains for OOTB >> Cygwin support. >> > > Hi, > > Oh nice. Here is a new patch with small adjustment to grub-pe2elf, > which makes handling a little simpler. Please check if it breaks > anything. > > Looks good. Christian