From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C5tEI-0000P2-Vb for mharc-grub-devel@gnu.org; Fri, 10 Sep 2004 17:46:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5tEH-0000Nh-2T for grub-devel@gnu.org; Fri, 10 Sep 2004 17:46:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5tEF-0000MT-H7 for grub-devel@gnu.org; Fri, 10 Sep 2004 17:46:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5tEF-0000MK-Dj for grub-devel@gnu.org; Fri, 10 Sep 2004 17:46:47 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5t8P-0006rE-PG for grub-devel@gnu.org; Fri, 10 Sep 2004 17:40:46 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 483D8F54A0E2 for ; Fri, 10 Sep 2004 23:40:45 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 10 Sep 2004 23:40:58 +0200 User-Agent: KMail/1.6.1 References: <200409102249.52916.okuji@enbug.org> <87fz5pvmux.fsf@marco.marco-g.com> In-Reply-To: <87fz5pvmux.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409102340.58376.okuji@enbug.org> Subject: Re: menu enchancement 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: Fri, 10 Sep 2004 21:46:49 -0000 On Friday 10 September 2004 23:24, Marco Gerards wrote: > > - Saving a boot entry > > Was this possible on GRUB Legacy? How does this work? Oh, you don't know? I'm really surprised, since it was discussed many times on bug-grub. The current implementation uses a file on a filesystem as a storage to record an entry. Please take a look at the section "How to make your system robust" in the manual. It should be interesting, IMO. > > - Graphical interface > > I hope the user interface will be modular some way. Of course this > means I am willing to work on this. I agree. But, honestly, I don't know how to make it better. ;) > This is something that is important to me. The console on the > powerbook I have is a lot bigger than 80x25. So this is on my > personal todo already. If yours is larger, there should be no problem... Do you want to use it from corner to corner? It sounds "too much" for me... BTW, I wrote a summary of commands in the wiki. If you find out anything wrong, please fix it! http://www.autistici.org/grub/CommandList?action=show Okuji