From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IpW9R-0000S0-FB for mharc-grub-devel@gnu.org; Tue, 06 Nov 2007 16:40:01 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpW9Q-0000RV-30 for grub-devel@gnu.org; Tue, 06 Nov 2007 16:40:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpW9O-0000Q6-8Y for grub-devel@gnu.org; Tue, 06 Nov 2007 16:39:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpW9O-0000Q1-47 for grub-devel@gnu.org; Tue, 06 Nov 2007 16:39:58 -0500 Received: from pne-smtpout3-sn1.fre.skanova.net ([81.228.11.120]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpW9N-0005xR-DA for grub-devel@gnu.org; Tue, 06 Nov 2007 16:39:57 -0500 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout3-sn1.fre.skanova.net (7.3.129) id 4717E5DD00102F91 for grub-devel@gnu.org; Tue, 6 Nov 2007 22:39:42 +0100 Message-ID: <4730DEB2.3090307@nic.fi> Date: Tue, 06 Nov 2007 23:37:54 +0200 From: =?ISO-8859-15?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: The development of GRUB 2 References: <472F3D31.3010204@nic.fi> <47303B5C.90401@ufomechanic.net> In-Reply-To: <47303B5C.90401@ufomechanic.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) Subject: Re: Outline menu 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, 06 Nov 2007 21:40:00 -0000 Amin Azez wrote: > * Markus Elfring wrote, On 05/11/07 22:01: >>> And then add something like: >>> set menumode=outline >>> set menumode=hierarchical (or normal, default) >>> >> >> Can a data format like it is specified by the outline markup language be >> supported by the GRUB 2 boot loader? >> http://en.wikipedia.org/wiki/OML >> >> Is an alternative specification needed in this context? >> > At the same time, can we consider supporting specification of > alternative short menu texts, suitable for display on 16 character LCD > screens. > > I'll be doing some work on grub-legacy to support boot menu's on such > serial-port based displays as soon as I get a firmware update from one > manufacturer. > > I hope grub 2 can consider this early on. It will be more modular than old grub legacy hacks. But I fear you need to hack this yourself :). Basicly current idea is that you just re-implement viewer/controller module for the menu. But using both serial (text terminal) and graphical menu could be an issue that could be solved... could be nice feature for servers as a backup control.