From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BVq66-00047U-0F for mharc-grub-devel@gnu.org; Thu, 03 Jun 2004 07:09:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVq63-00045v-RG for grub-devel@gnu.org; Thu, 03 Jun 2004 07:09:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVq62-00045J-0U for grub-devel@gnu.org; Thu, 03 Jun 2004 07:09:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVq61-00045G-UG for grub-devel@gnu.org; Thu, 03 Jun 2004 07:09:17 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVq5d-0002lQ-1j for grub-devel@gnu.org; Thu, 03 Jun 2004 07:08:55 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 0256615F526EF for ; Thu, 3 Jun 2004 07:08:52 -0400 (EDT) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 3 Jun 2004 13:12:39 +0200 User-Agent: KMail/1.5.3 References: <20040601121704.GA4680@artax.karlin.mff.cuni.cz> <20040602151116.GA6309@artax.karlin.mff.cuni.cz> <871xky2b69.fsf@marco.marco-g.com> In-Reply-To: <871xky2b69.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: <200406031312.39832.okuji@enbug.org> Subject: Re: normal vs. rescue mode commands X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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: Thu, 03 Jun 2004 11:09:20 -0000 On Wednesday 02 June 2004 18:10, Marco Gerards wrote: > Okuji, you told me a while ago that you wanted to think about this. > What is your opinion? I'm not sure if I understand your quesion correctly. But if it is about sharing commands between rescue mode and normal mode, I don't want to share them at all. Because I want to make normal mode more fancy than now, and rescue mode cannot be fancy due to the size limitation (on i386-pc). Okuji