From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Holbv-0007i4-O2 for mharc-grub-devel@gnu.org; Thu, 17 May 2007 15:26:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Holbu-0007hQ-Al for grub-devel@gnu.org; Thu, 17 May 2007 15:26:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Holbr-0007ga-Hd for grub-devel@gnu.org; Thu, 17 May 2007 15:26:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Holbr-0007gW-DD for grub-devel@gnu.org; Thu, 17 May 2007 15:25:59 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HolTi-0003iV-U9 for grub-devel@gnu.org; Thu, 17 May 2007 15:17:35 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id C138E3CE02FB0 for ; Fri, 18 May 2007 01:22:05 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 9A2263CDEB08C for ; Fri, 18 May 2007 01:22:05 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 17 May 2007 21:17:31 +0200 User-Agent: KMail/1.9.4 References: <20070511160314.GA30111@aragorn> <200705152222.06588.okuji@enbug.org> <20070516061739.GA22567@aragorn> In-Reply-To: <20070516061739.GA22567@aragorn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705172117.31437.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.17.2 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] grub-install for EFI 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, 17 May 2007 19:26:02 -0000 On Wednesday 16 May 2007 08:17, Robert Millan wrote: > Note that this code is in powerpc/../grub-install.in already, and in my > version of i386/efi/grub-install.in it didn't made in. Instead, sanity > check there is: This means that I was not careful enough to review the powerpc-specific code. This must be fixed. Okuji