From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IsjzG-000832-BH for mharc-grub-devel@gnu.org; Thu, 15 Nov 2007 14:02:50 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsjzE-00081g-DP for grub-devel@gnu.org; Thu, 15 Nov 2007 14:02:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Isjz8-0007ti-7x for grub-devel@gnu.org; Thu, 15 Nov 2007 14:02:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Isjz7-0007tR-VH for grub-devel@gnu.org; Thu, 15 Nov 2007 14:02:42 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Isjz7-00015Y-6l for grub-devel@gnu.org; Thu, 15 Nov 2007 14:02:41 -0500 Received: by ug-out-1314.google.com with SMTP id a2so557651ugf for ; Thu, 15 Nov 2007 11:02:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=g6r1y4P9D2PN5MbHK3vr3GoJPuCBsmKibKR2vG3e9MY=; b=DDnnwYUMtq0Kdh5TjIoPHynqTRL9zpRm5eOPH/NjwYULKHr7nTWfSn33xmDFfap9Kv/aoO/48VHDw/9fz/Jz/SzkckXOJN3dv5wTryWsTTvqBFSQm+YJ/uJg3YqftROSoTvZ+SKgs5q1wo13LCSECq1TXQrEeEtM8n2bhSA4078= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=sYlOItpOGraUAu5gz76b/PtPTrKUo1IDXpTCXzbMGt8TY5agk1zIReudiqGmOGaKtu202fSe92HdDODgCiwDbc7Hby5nsG1Wo86mNlgXAfp1tbd7xc+PAl48uihBmwtQWsrD4/5WjbE1aGmLD84av9AXzqu/wrG4kGy5f3YzPcA= Received: by 10.66.219.20 with SMTP id r20mr133464ugg.1195153358820; Thu, 15 Nov 2007 11:02:38 -0800 (PST) Received: from ?172.16.2.140? ( [193.144.12.226]) by mx.google.com with ESMTPS id a1sm5842892ugf.2007.11.15.11.02.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Nov 2007 11:02:37 -0800 (PST) Message-ID: <473C9753.8070307@gmail.com> Date: Thu, 15 Nov 2007 20:00:35 +0100 From: adrian15 User-Agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070828) MIME-Version: 1.0 To: The development of GRUB 2 References: <473b2b28.1219360a.64b9.ffffcf33SMTPIN_ADDED@mx.google.com> <94a0ccbc0711150955r1a38cfe8jd1f26ad904da729c@mail.gmail.com> In-Reply-To: <94a0ccbc0711150955r1a38cfe8jd1f26ad904da729c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Re: HOWTO needed: how to add my own module to making list? 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: Thu, 15 Nov 2007 19:02:48 -0000 Oleg Strikov wrote: > Thank you for your attention, but ive got ruby already :( > ruby --version > ruby 1.8.6 (2007-03-13 patchlevel 0) [i486-linux] That's what I thought myself when I first programmed in grub2 and it was true but grub2 development tools did not use ruby. If you type ruby does it says command not found or not ? You might need to create a link name ruby to the ruby1.8 executable found probably at /bin folder. adrian15