From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D5WV2-0001dR-UT for mharc-grub-devel@gnu.org; Sun, 27 Feb 2005 17:02:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5WLJ-0000Bl-DK for grub-devel@gnu.org; Sun, 27 Feb 2005 16:52:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5WL3-0008Va-K4 for grub-devel@gnu.org; Sun, 27 Feb 2005 16:52:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5WL2-0008Tv-BS for grub-devel@gnu.org; Sun, 27 Feb 2005 16:52:32 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5W1q-0003vR-Jq for grub-devel@gnu.org; Sun, 27 Feb 2005 16:32:42 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id D2866FEC0B81 for ; Sun, 27 Feb 2005 22:32:39 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 27 Feb 05 21:32:39 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 27 Feb 2005 22:34:12 +0100 User-Agent: KMail/1.7.1 References: <200502192209.26660.okuji@enbug.org> In-Reply-To: <200502192209.26660.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502272234.12759.okuji@enbug.org> Subject: Re: menu entry editor 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, 27 Feb 2005 22:02:52 -0000 On Saturday 19 February 2005 22:09, Yoshinori K. Okuji wrote: > Next, I'm going to add some important but missing commands (such as > timeout). Once this is done, I will be able to use GRUB 2 in my > laptop. :) I implemented the commands default and timeout, and fixed some bugs in the menu interface. What is really missing now is automatic module loading. I think there was an implementation by Tomas, but I completely forget why it is not applied. I will take a look at the archive. Okuji