From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KLmll-0004mq-C4 for mharc-grub-devel@gnu.org; Wed, 23 Jul 2008 18:25:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLmlj-0004kp-7v for grub-devel@gnu.org; Wed, 23 Jul 2008 18:25:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLmlh-0004iv-Jg for grub-devel@gnu.org; Wed, 23 Jul 2008 18:25:10 -0400 Received: from [199.232.76.173] (port=55241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLmlh-0004ik-G9 for grub-devel@gnu.org; Wed, 23 Jul 2008 18:25:09 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:39553) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLmlg-0004PU-Rq for grub-devel@gnu.org; Wed, 23 Jul 2008 18:25:09 -0400 Received: from fwd33.aul.t-online.de by mailout06.sul.t-online.de with smtp id 1KLmle-00048S-01; Thu, 24 Jul 2008 00:25:06 +0200 Received: from [10.3.2.2] (bpxNYGZe8hVJyfVdTyep7GZoA8DdV4LCUAHaOQI17tmQ9XaGgOY-cJWIPGEg2DQZIc@[217.235.212.66]) by fwd33.aul.t-online.de with esmtp id 1KLmlR-1BVYae0; Thu, 24 Jul 2008 00:24:53 +0200 Message-ID: <4887AFB5.7020508@t-online.de> Date: Thu, 24 Jul 2008 00:24:53 +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> In-Reply-To: <48879EFE.80900@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: bpxNYGZe8hVJyfVdTyep7GZoA8DdV4LCUAHaOQI17tmQ9XaGgOY-cJWIPGEg2DQZIc X-TOI-MSGID: d02c4da8-0c99-41b3-85c2-832e6df57a6e 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: Wed, 23 Jul 2008 22:25:11 -0000 Christian Franke wrote: > Bean wrote: >> On Wed, Jul 23, 2008 at 1:54 PM, Bean wrote: >> ... >> Hi, >> >> I have fixed a few bugs in grub-pe2elf in this new patch,it should >> work as expected now. >> >> > > Yes, 3rd patch looks good. Thanks for the converter! > 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. Christian