From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C79K8-0001sA-Br for mharc-grub-devel@gnu.org; Tue, 14 Sep 2004 05:10:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C79K7-0001s5-10 for grub-devel@gnu.org; Tue, 14 Sep 2004 05:10:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C79K5-0001rm-6g for grub-devel@gnu.org; Tue, 14 Sep 2004 05:10:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C79K5-0001rj-3I for grub-devel@gnu.org; Tue, 14 Sep 2004 05:10:01 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C79EA-00011r-QJ for grub-devel@gnu.org; Tue, 14 Sep 2004 05:03:55 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 40C81F54F744 for ; Tue, 14 Sep 2004 11:03:54 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 14 Sep 2004 11:04:09 +0200 User-Agent: KMail/1.6.1 References: <29337B5F-05EB-11D9-8F77-000A95A0560C@penguinppc.org> In-Reply-To: <29337B5F-05EB-11D9-8F77-000A95A0560C@penguinppc.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Message-Id: <200409141104.09818.okuji@enbug.org> Subject: Re: [ppc patch] add "enter" command 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, 14 Sep 2004 09:10:03 -0000 On Tuesday 14 September 2004 03:12, Hollis Blanchard wrote: > This command allows one to drop from the Grub prompt to the Open > Firmware prompt, then resume Grub again. This is very very useful to > inspect the state of the device tree, or run the "reset-all" command > (reboot). I feel that "enter" is too generic. Is there any better name? "openfirmware"? Okuji