From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OO9up-00054B-13 for mharc-grub-devel@gnu.org; Mon, 14 Jun 2010 09:41:27 -0400 Received: from [140.186.70.92] (port=53886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OO9ug-00053t-Ua for grub-devel@gnu.org; Mon, 14 Jun 2010 09:41:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OO9uf-0005qe-6p for grub-devel@gnu.org; Mon, 14 Jun 2010 09:41:18 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:53553) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OO9ue-0005qP-Sq for grub-devel@gnu.org; Mon, 14 Jun 2010 09:41:17 -0400 Received: by bwz18 with SMTP id 18so2170740bwz.0 for ; Mon, 14 Jun 2010 06:41:14 -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 :x-enigmail-version:content-type; bh=vRHDCSzjxv5wWp+JM4sTrKiQiR7wYYtVh8jdQ/BEsWc=; b=adFreH57tHVMisJse1xeoNNXM/6nf0tS4myEkNFNmcrcMwE0lpqiJCAI6O7tUGvFs9 c4H3Wm2L0Q2Folw6eHOK4KaXDujcnHiuEQdg6c6Zm6LELhOvO/znQhJPMIily/rcaVqS aYSFs8cou4B+Ul2st0jwWFXpaWitwfjizwzd4= 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:x-enigmail-version:content-type; b=pu+wPct1Rt35yeZUhGxcsE64rIMAsGTjZSzSWc/VrV8T3/ydIxF4GiqME9u427XXsz SzLT9U0pg6DkzQsEWF1TfYVhkDFyfh7IBjWD+iuR0O8T7nwzWWx4+oFuy/qUu9hueLsL sDulZzS0VSBCNQecEgueGTEufe2nr3skdtmiI= Received: by 10.204.83.80 with SMTP id e16mr4342467bkl.43.1276522874591; Mon, 14 Jun 2010 06:41:14 -0700 (PDT) Received: from debian.bg45.phnet ([81.62.168.234]) by mx.google.com with ESMTPS id v2sm19592158bkz.7.2010.06.14.06.41.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jun 2010 06:41:13 -0700 (PDT) Message-ID: <4C16316E.2070507@gmail.com> Date: Mon, 14 Jun 2010 15:41:02 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100515 Icedove/3.0.4 MIME-Version: 1.0 To: grub-devel@gnu.org References: <4BEC9A20.7030501@gmail.com> <4BED0F63.6030307@gmail.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigD5F707AFBEAA2CD2813B0641" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: RTL Languages support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 13:41:25 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD5F707AFBEAA2CD2813B0641 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/14/2010 03:33 PM, Yaron Shahrabani wrote: > I thought It would be a bit easier > The problem is that I can't run a virtual machine on my junk so i'm a > little stuck > Have you tried qemu? I haven't seen a single machine where qemu wouldn't run. In order to use grub with qemu the easiest way is to: =2E/grub-mkrescue --output=3Dgrub.iso --override-directory=3D. qemu -cdrom grub.iso > I'll check with other Hebrew community members and I'm terribly sorry > for the dealy I caused > > =D0=91=D0=BE=D0=BB=D1=8C=D1=88=D0=BE=D0=B5 =D1=81=D0=BF=D0=B0=D1=81=D0=B8= =D0=B1=D0=BE, > Yaron Shahrabani > > 2010/5/14 Vladimir '=CF=86-coder/phcoder' Serbinenko > > > Yaron Shahrabani wrote: > > > > Be sure to use gfxterm (insmod vbe; loadfont /unifont.pf2) > because VGA > > doesn't support any non-ASCII characters. > > > This should have been insmod vbe; loadfont /unifont.pf2; > terminal_output > gfxterm > > I got into some building problems > > I installed flex and bison becuase I didn't have them and tried t= o > > build using "make" > > I got the following error: > > make: *** No rule to make target `grub_script.tab.h', needed by > > `all-local'. Stop. > I've just successfully compiled it. Procedure is: > Cleaning: > bzr clean-tree --ignored > bzr clean-tree > Building: > ./autogen.sh > ./configure > make > > Installing: > sudo make install > sudo grub-install /dev/sda > > Be sure to have a LiveCD under the hand when booting experimental > grub. > If it still fails can you tell your autotools versions and post > complete > build log? > > There were some warning before but I guess they weren't so critic= al > > Do you have any idea what I should do next? > > I branched the 1603 revision from savannah > > > > > > =20 > http://lists.gnu.org/archive/html/grub-devel/2010-01/msg00092.html > > > > > > > > If nobody is familiar with that issue I will need some > help with > > > checking this out myself, what should I do? > > > > > > > > Kind regards, > > > Yaron Shahrabani > > > > > =20 > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > Grub-devel mailing list > > > Grub-devel@gnu.org > > > > > http://lists.gnu.org/mailman/listinfo/grub-devel > > > > > > > > > -- > > Regards > > Vladimir '=CF=86-coder/phcoder' Serbinenko > > > > > > > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > > > http://lists.gnu.org/mailman/listinfo/grub-devel > > > > > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > http://lists.gnu.org/mailman/listinfo/grub-devel > > > > > -- > Regards > Vladimir '=CF=86-coder/phcoder' Serbinenko > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigD5F707AFBEAA2CD2813B0641 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkwWMXYACgkQNak7dOguQgm4dQEAi5r7KUyOs6YJNTQeVxnDeMGF +8BUR08i7mBIBLJGq8EA/RLt0VhM1O6LpTT7BfJfUXsPl1dJEgDwrYpCnoZHgyla =vQKF -----END PGP SIGNATURE----- --------------enigD5F707AFBEAA2CD2813B0641--