From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HGm3a-0005PE-D5 for mharc-grub-devel@gnu.org; Mon, 12 Feb 2007 20:02:06 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGm3Y-0005P9-8T for grub-devel@gnu.org; Mon, 12 Feb 2007 20:02:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGm3W-0005Ox-MV for grub-devel@gnu.org; Mon, 12 Feb 2007 20:02:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGm3W-0005Ou-H8 for grub-devel@gnu.org; Mon, 12 Feb 2007 20:02:02 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HGm3V-0001Jx-VJ for grub-devel@gnu.org; Mon, 12 Feb 2007 20:02:02 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l1D12c3e022763 for ; Mon, 12 Feb 2007 20:02:38 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.2) with ESMTP id l1D11rTi298266 for ; Mon, 12 Feb 2007 20:01:56 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l1D11q1s021729 for ; Mon, 12 Feb 2007 20:01:52 -0500 Received: from [9.53.41.42] (basalt.austin.ibm.com [9.53.41.42]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l1D11qka021704; Mon, 12 Feb 2007 20:01:52 -0500 From: Hollis Blanchard To: The development of GRUB 2 In-Reply-To: <9f50a7a00702112220u37d4a65bv24046be6e513ec76@mail.gmail.com> References: <9f50a7a00702112220u37d4a65bv24046be6e513ec76@mail.gmail.com> Content-Type: text/plain Date: Mon, 12 Feb 2007 19:01:23 -0600 Message-Id: <1171328483.518.49.camel@basalt> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit X-detected-kernel: Linux 2.4-2.6 Cc: lkundrak@redhat.com, okuji@enbug.org Subject: Re: [PATCH] [UPDATE 2] More enhanced GNU GRUB program name transformations 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: Tue, 13 Feb 2007 01:02:04 -0000 On Mon, 2007-02-12 at 00:20 -0600, Jerone Young wrote: > > This patch is derived from the patch sent earlier by Lubomir Kundrak. > What this patch adds is for library directories and directories in > /boot to be changed as well. So the user can easily launch > > ./configure --program-transform-name="s/grub/grub2/" This seems a little over-engineered to me. Why not just rename all the grub2 stuff to be "grub2-*" to begin with? -Hollis