From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dp99q-0006O9-Ph for mharc-grub-devel@gnu.org; Sun, 03 Jul 2005 14:25:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dp99m-0006Lc-VS for grub-devel@gnu.org; Sun, 03 Jul 2005 14:25:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dp99k-0006KA-9P for grub-devel@gnu.org; Sun, 03 Jul 2005 14:25:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp99k-0006JT-4z for grub-devel@gnu.org; Sun, 03 Jul 2005 14:25:28 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dp9BI-0000bh-JI for grub-devel@gnu.org; Sun, 03 Jul 2005 14:27:04 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id AE878FA493B1 for ; Sun, 3 Jul 2005 20:21:12 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 3 Jul 05 18:21:12 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 3 Jul 2005 20:21:08 +0200 User-Agent: KMail/1.7.2 References: <200503080205.34053.okuji@enbug.org> <87wtscexg2.fsf@student.han.nl> <200503150413.05027.okuji@enbug.org> In-Reply-To: <200503150413.05027.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507032021.08363.okuji@enbug.org> Subject: Re: auto-loading of commands 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: Sun, 03 Jul 2005 18:25:32 -0000 On Tuesday 15 March 2005 04:13, Yoshinori K. Okuji wrote: > Anyway, I will implement a simple one first. If it looks too slow, we can > improve it later. I'm sorry that it took so long, but I have implemented the auto-loading of filesystem modules. Now GRUB 2 creates a file named fs.lst at compile time. You must copy this file to /boot/grub to enable this feature. BTW, the ext2 module is completely broken for me. When I execute 'ls (fd1)' where fd1 is a floppy image with ext2, I simply gets unaligned pointer blah blah. Marco, is this module working for you? I will take a look at this problem. Okuji