From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N4Aiz-0008J1-Bc for mharc-grub-devel@gnu.org; Sat, 31 Oct 2009 05:58:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4Aix-0008In-0A for grub-devel@gnu.org; Sat, 31 Oct 2009 05:58:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4Ais-0008ID-0d for grub-devel@gnu.org; Sat, 31 Oct 2009 05:58:18 -0400 Received: from [199.232.76.173] (port=34912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4Air-0008IA-QJ for grub-devel@gnu.org; Sat, 31 Oct 2009 05:58:13 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:60226) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4Air-0007aA-5Q for grub-devel@gnu.org; Sat, 31 Oct 2009 05:58:13 -0400 Received: by ewy7 with SMTP id 7so1595218ewy.31 for ; Sat, 31 Oct 2009 02:58:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=SO+BWYE1IiTAgr0YPQt6j6cxUBghKQ39sYMpjN1nZDw=; b=VittUKKDOqZNRvtAORo97axAomoORVqRK8mQ51YZwJ6WfY0umc5gl/u1w2+/ACUqbQ 8vBFNf7RP2A+whVpJ3WectegDPueG5t6Gfmzx6gatbAjQn61pioDv7OaxVGqT7zhKMAf zfV7Xn4LkfzLqqTpYsCLWyi5zTSHcz0zv+8go= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=UtvBt+N3bl/KkrzMv6uWz4Q866Fn2BS3WYeVw7grncttZW0T9HZMEyIjmJ7j/TSmim F8sOTUy3jJghqRAmffaButUOy895+H2HW779LnKGWAH/wHpMVVleiG7M/au1OFYmmWaX WbCPbiPwHHQHHyFKzf63wBED1I1tszKjRYP6Q= Received: by 10.216.87.12 with SMTP id x12mr1436974wee.48.1256983091407; Sat, 31 Oct 2009 02:58:11 -0700 (PDT) Received: from debian.bg45.phnet (eduroam127076.aire.ucm.es [147.96.127.76]) by mx.google.com with ESMTPS id 5sm10719155eyh.26.2009.10.31.02.58.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 31 Oct 2009 02:58:10 -0700 (PDT) Message-ID: <4AEC0A31.3060501@gmail.com> Date: Sat, 31 Oct 2009 10:58:09 +0100 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <20091027201111.0d4af6c8@shiva.selfip.org> <20091028222531.6bb05d8f@shiva.selfip.org> <4AE8BD29.8010005@gmail.com> <20091031103245.516cfe87@shiva.selfip.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Any tutorial to configure grub menu interface ? 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, 31 Oct 2009 09:58:19 -0000 Bean wrote: > On Sat, Oct 31, 2009 at 1:02 PM, J. Bakshi wrote: > >> On Wed, 28 Oct 2009 22:52:41 +0100 >> Vladimir 'phcoder' Serbinenko wrote: >> >> >>> J. Bakshi wrote: >>> >>>> On Wed, 28 Oct 2009 04:01:05 +0800 >>>> Bean wrote: >>>> >>>> >>>> >>>>> On Tue, Oct 27, 2009 at 10:41 PM, J. Bakshi >>>>> wrote: >>>>> >>>>> >>>>>> I wonder if there is any tutorial to crate cool grub menu >>>>>> interface. Can we use the grub2 2009 summer project to get those >>>>>> fancy interfaces ? >>>>>> >>>>>> >>>>> Hi, >>>>> >>>>> There are actually two menu system. Colin has written a fancy menu >>>>> patch as part of gsoc project, you can still get the code from >>>>> http://grub.gibibit.com/, there are also some docs there. It looks >>>>> good, but a little slow, and some feature like edit boot command >>>>> hasn't been implemented. >>>>> >>>>> Recently, I have rewritten the menu system and it's almost done by >>>>> now. The project is hosted at https://launchpad.net/burg, you can >>>>> also follow this post in ubuntu forum: >>>>> >>>>> http://ubuntuforums.org/showthread.php?t=1248647 >>>>> >>>>> I plans to add some doc on menu config soon. >>>>> >>>>> >>>>> >>>> Hello Bean, >>>> >>>> It is nice to know about your project. I hope it can be in main >>>> line grub soon. Eagerly waiting for that and also for your doc. >>>> >>>> >>>> >>> Till now Bean ignored all our requests to work on merging these >>> changes in the mainline or experimental. Unless he collaborates on >>> merging there is nothing we can do. >>> >> Bean, may I request you merge your great work in mainline grub2 ? A Lot of grub2 users like me are really interested to try your great work in grub2. >> > > Hi, > > It's not that I don't merge it to mainline, but parts of my branch is > not considered appropriate for grub2. So someone can just pull my > branch, review it and merge whatever part they want. > > Ok, then the next weekend I'll do the cherrypicking. This weekend I just have no time for it (I'm on regional ACM) -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git