From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dx8dg-0002XL-Pj for mharc-grub-devel@gnu.org; Mon, 25 Jul 2005 15:29:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dx8df-0002X8-0e for grub-devel@gnu.org; Mon, 25 Jul 2005 15:29:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dx8dd-0002WE-BD for grub-devel@gnu.org; Mon, 25 Jul 2005 15:29:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx8dd-0002Vj-5I for grub-devel@gnu.org; Mon, 25 Jul 2005 15:29:21 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dx8kw-0003Pw-HU for grub-devel@gnu.org; Mon, 25 Jul 2005 15:36:54 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 7238411F0F772 for ; Mon, 25 Jul 2005 21:25:57 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 25 Jul 05 19:25:57 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 25 Jul 2005 21:25:25 +0200 User-Agent: KMail/1.7.2 References: <200507242044.19861.okuji@enbug.org> <87ackbnkt1.fsf@student.han.nl> In-Reply-To: <87ackbnkt1.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507252125.25280.okuji@enbug.org> Subject: Re: grub-install 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: Mon, 25 Jul 2005 19:29:23 -0000 On Monday 25 July 2005 14:15, Marco Gerards wrote: > It's not *that* hard to write. Not hard at all. It is a design problem but not an implementation problem. > How is the correct stage1.5 selected in GRUB Legacy? Very ugly. The function install_func includes a list of pairs, where each pair consists of a filesystem name and a Stage 1.5 name. Okuji