From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D8TQK-0003VZ-Td for mharc-grub-devel@gnu.org; Mon, 07 Mar 2005 20:22:12 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8TQI-0003Uu-VT for grub-devel@gnu.org; Mon, 07 Mar 2005 20:22:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8TQG-0003Si-Gc for grub-devel@gnu.org; Mon, 07 Mar 2005 20:22:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8TQF-0003S9-TS for grub-devel@gnu.org; Mon, 07 Mar 2005 20:22:07 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8TAF-00025U-5j for grub-devel@gnu.org; Mon, 07 Mar 2005 20:05:35 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id A6A65FEE6960 for ; Tue, 8 Mar 2005 02:05:34 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 8 Mar 05 01:05:34 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Tue, 8 Mar 2005 02:05:33 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503080205.34053.okuji@enbug.org> Subject: 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: Tue, 08 Mar 2005 01:22:11 -0000 I have added support for automatic loading of commands right now. Next, I'm going to add automatic loading of filesystems. Okuji