From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dx8Pj-000640-Rb for mharc-grub-devel@gnu.org; Mon, 25 Jul 2005 15:15:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dx8Pc-00060B-Vq for grub-devel@gnu.org; Mon, 25 Jul 2005 15:14:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dx8PX-0005wL-D1 for grub-devel@gnu.org; Mon, 25 Jul 2005 15:14:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx8PX-0005wI-9k for grub-devel@gnu.org; Mon, 25 Jul 2005 15:14:47 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dx8R6-0001m0-6O for grub-devel@gnu.org; Mon, 25 Jul 2005 15:16:24 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id C033E11F0F772 for ; Mon, 25 Jul 2005 21:05:14 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 25 Jul 05 19:05:14 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 25 Jul 2005 21:04:42 +0200 User-Agent: KMail/1.7.2 References: <200507242044.19861.okuji@enbug.org> <42E4E3F0.5090108@yahoo.fr> In-Reply-To: <42E4E3F0.5090108@yahoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507252104.42544.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:14:55 -0000 On Monday 25 July 2005 15:06, Vincent Pelletier wrote: > ...while the choice could be completely overridden, and maybe making > possible to choose manualy some modules. Good idea. > Good idea to add _linux.mod, if it (adding) can be disabled. OK. > I prefer that solution. I think grub-mkimage should only 'know' how to > make an image from modules, another tool telling it which ones to add. > And I think that "other tool" should be grub-install. OK. That sounds reasonable. I follow this. Okuji