From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D0MVm-0000gr-Ht for mharc-grub-devel@gnu.org; Sun, 13 Feb 2005 11:22:18 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0MVZ-0000Xf-Qd for grub-devel@gnu.org; Sun, 13 Feb 2005 11:22:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0MVH-0000L8-Ap for grub-devel@gnu.org; Sun, 13 Feb 2005 11:21:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0MVF-0000Hi-Hj for grub-devel@gnu.org; Sun, 13 Feb 2005 11:21:45 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0MCN-0007Pr-U0 for grub-devel@gnu.org; Sun, 13 Feb 2005 11:02:16 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 39C2BFE9ADFF for ; Sun, 13 Feb 2005 17:02:14 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 13 Feb 05 16:02:14 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 13 Feb 2005 17:03:19 +0100 User-Agent: KMail/1.7.1 References: <20050213151851.GA4056@miracle> In-Reply-To: <20050213151851.GA4056@miracle> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502131703.19608.okuji@enbug.org> Subject: Re: [patch] configfile 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, 13 Feb 2005 16:22:16 -0000 On Sunday 13 February 2005 16:18, Hollis Blanchard wrote: > I haven't tested on i386. I'm not sure about the `nested' parameter > to grub_normal_execute, but this code seems to be working fine. If NESTED is non-zero, the menu and the command-line interface should display a bit different messages and you should be able to go back to previous configuration by pressing ESC. I really don't know if this works well or not... Okuji