From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Faxl5-0005FP-VP for mharc-grub-devel@gnu.org; Tue, 02 May 2006 12:29:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Faxl4-0005EQ-1s for grub-devel@gnu.org; Tue, 02 May 2006 12:29:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Faxl2-0005DE-Sy for grub-devel@gnu.org; Tue, 02 May 2006 12:29:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Faxl2-0005D7-Pc for grub-devel@gnu.org; Tue, 02 May 2006 12:29:52 -0400 Received: from [193.144.10.29] (helo=relay1.udl.es) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FaxlE-00048G-7C for grub-devel@gnu.org; Tue, 02 May 2006 12:30:04 -0400 Received: from jupiter.udl.net (jupiter.udl.net [172.16.2.2]) by relay1.udl.es (8.13.6/8.13.4) with ESMTP id k42GTVZk002613 for ; Tue, 2 May 2006 18:29:37 +0200 Received: from [172.16.2.131] (eup34_02 [172.16.2.131]) by jupiter.udl.net (8.11.7p1+Sun/8.11.6) with ESMTP id k42GIjq19487 for ; Tue, 2 May 2006 18:18:50 +0200 (MET DST) Message-ID: <44578666.3060300@raulete.net> Date: Tue, 02 May 2006 18:18:46 +0200 From: adrian15 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: grub-devel@gnu.org References: <200605011855.k41ItvdZ029423@dell01.dinaserver.com> In-Reply-To: <200605011855.k41ItvdZ029423@dell01.dinaserver.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88/1434/Mon May 1 21:51:00 2006 on relay1.udl.es X-Virus-Status: Clean Subject: Re: SOC - SGD based on grub2 - Menu and scripting status 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, 02 May 2006 16:29:54 -0000 >>>>5) I need to define "something" (In my grub legacy fork is a menu.lst) >>>>that lets me choose the harddisk-partition which I want to work >>>>on. Can I make it easily? >>> > > I was thinking about an iterator function. Perhaps that might be the > easiest to use... Please watch CVS closely. I am actively working on > scripting, as much as time permits. An iterator function among the various partitions of a hard disk... that could be interesting. Unfortunately I can't watch CVS closely so I will wait till you announce it in this list. :) The iterator function should increment a variable for knowing the total amount of partitions on a given hard disk. adrian15