From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CF7ZY-0002v4-V6 for mharc-grub-devel@gnu.org; Wed, 06 Oct 2004 04:54:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CF7ZV-0002te-VW for grub-devel@gnu.org; Wed, 06 Oct 2004 04:54:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CF7ZS-0002sa-JA for grub-devel@gnu.org; Wed, 06 Oct 2004 04:54:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CF7ZS-0002s2-2N for grub-devel@gnu.org; Wed, 06 Oct 2004 04:54:50 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CF7S9-0003t1-Lw for grub-devel@gnu.org; Wed, 06 Oct 2004 04:47:17 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 3CDACFF9F3DC for ; Wed, 6 Oct 2004 10:47:17 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 6 Oct 2004 10:47:38 +0200 User-Agent: KMail/1.6.1 References: <87sm8uso4e.fsf@marco.marco-g.com> In-Reply-To: <87sm8uso4e.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410061047.38366.okuji@enbug.org> Subject: Re: [RFC] post-processing tool 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, 06 Oct 2004 08:54:54 -0000 On Monday 04 October 2004 13:45, Marco Gerards wrote: > > In that model, appendnote would be a tool compiled and installed on > > the target. The alternative is to create grubof and grubof.chrp at > > compile time, install both on the target, and let grub-setup point > > OF at one or the other. > > Both are fine for me. But the advantage of having grubof and > grubof.chrp is that distributions just need one package for multiple > platforms. Basically the build process of GRUB should provide as many variants as possible. Note that some users want to install GRUB for a different platform, like installing GRUB into a CHRP machine on iMac. Okuji