From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1I2sgv-0008A0-1A for mharc-grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2sgt-00088x-Au for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2sgs-00088W-Ma for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2sgs-00088R-HP for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:30 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2sgr-0003OB-Vy for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:30 -0400 Received: by ug-out-1314.google.com with SMTP id 34so1524611ugf for ; Mon, 25 Jun 2007 10:49:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=FLmi3HGN+aQd+1Pxy0+vVyhixgk8AmHsAVoj+nEqMnIRaZo0oQ0O90GcRRvD3fL4gXZWRzSCrtgDb1XG2S4xMK4HB7R1DWGS7QZDTRJIaZp09qIWI+VIcbwLgsCdHBlMOIja7U1frviY0yq6fAcnNeFT7pN5kJEKGdKUPxbdlks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ZcdS2w7R3xo2gkSyHHiTKP4tNM3GY6fmDurq0CpyVahiC776M0+8e6VhpVM7k4LiKb5pErferMldq2p3ekBpbmL9ptnqPTfSk+SHsplH6uEAg+cYULMWS3ysWPizLPBoiu4e2CSso+pENnG+SE4hom6zupGrFQ/kBMJXLTExKvY= Received: by 10.66.249.16 with SMTP id w16mr5297982ugh.1182793769548; Mon, 25 Jun 2007 10:49:29 -0700 (PDT) Received: from ?192.168.1.5? ( [83.42.180.223]) by mx.google.com with ESMTP id q40sm1186612ugc.2007.06.25.10.49.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 25 Jun 2007 10:49:29 -0700 (PDT) Message-ID: <4687E920.8080803@gmail.com> Date: Sun, 01 Jul 2007 19:49:20 +0200 From: adrian15 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <46752D5B.1000001@nic.fi> <87abuqomkl.fsf@xs4all.nl> <20070623143127.GA2433@ws3.vdp.com> In-Reply-To: <20070623143127.GA2433@ws3.vdp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) Subject: Re: status update for grub 2 developments? 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: Mon, 25 Jun 2007 17:49:31 -0000 Bean escribió: >> Well, if people want to work on scripting or networking they should >> talk to me. I have lots of code on my hd that is incomplete or just >> not cleaned up. It would be a waste of time if it were rewritten. >> And please poke me a lot to get me to work... ;) > > I'm interested in scripting. What could I do to help you ? As long as you may re-read Marco_g source code you can try to fix a bug that I have found I suppose in the parser. If you type any command with a \ character not being inside " " characters it gives an grub internal error. echo "\n" --> OK echo \n fff --> GRUB INTERNAL ERROR adrian15