From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1CuxQU-0006eF-9Q for mharc-grub-devel@gnu.org; Sat, 29 Jan 2005 13:34:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CuxKr-0005pv-Ip for grub-devel@gnu.org; Sat, 29 Jan 2005 13:28:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CuxKj-0005mF-0z for grub-devel@gnu.org; Sat, 29 Jan 2005 13:28:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuxKi-0005ba-Aa for grub-devel@gnu.org; Sat, 29 Jan 2005 13:28:32 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cuwgk-0003P3-IS for grub-devel@gnu.org; Sat, 29 Jan 2005 12:47:14 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id D9D95F944D85 for ; Sat, 29 Jan 2005 18:47:13 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 29 Jan 05 17:47:12 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 29 Jan 2005 18:47:51 +0100 User-Agent: KMail/1.7.1 References: <87mzut3f3c.fsf@marco.marco-g.com> <87acqss22c.fsf@marco.marco-g.com> <87651gs0kk.fsf@marco.marco-g.com> In-Reply-To: <87651gs0kk.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501291847.51519.okuji@enbug.org> Subject: Re: New commands (reboot, halt, help) 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: Sat, 29 Jan 2005 18:34:29 -0000 On Saturday 29 January 2005 16:43, Marco Gerards wrote: > BTW. That is how it works in rescue mode. So if help only has the > behavior you described both will be completely different. I don't care. Rescue mode has different requirements. I want to make rescue mode resemble normal mode as much as possible, but the code size is the most important in rescue mode. Okuji