From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IpW6q-0007qT-Mk for mharc-grub-devel@gnu.org; Tue, 06 Nov 2007 16:37:20 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpW6o-0007pM-LF for grub-devel@gnu.org; Tue, 06 Nov 2007 16:37:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpW6m-0007oJ-Rp for grub-devel@gnu.org; Tue, 06 Nov 2007 16:37:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpW6m-0007o9-Ez for grub-devel@gnu.org; Tue, 06 Nov 2007 16:37:16 -0500 Received: from pne-smtpout4-sn1.fre.skanova.net ([81.228.11.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpW6m-0003qo-6o for grub-devel@gnu.org; Tue, 06 Nov 2007 16:37:16 -0500 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout4-sn1.fre.skanova.net (7.3.129) id 47205842000A9A01 for grub-devel@gnu.org; Tue, 6 Nov 2007 22:37:07 +0100 Message-ID: <4730DE0F.9090103@nic.fi> Date: Tue, 06 Nov 2007 23:35:11 +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> In-Reply-To: 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:37:19 -0000 Markus Elfring wrote: >> 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 I do not fancy XML for the boot loader... and I do not see a need to yet another configuration file format for menus. We already have menu command that can be used to build menus. Perhaps you can convince me otherwise?