Re: Bug-fix elf.c powerpc ieee1275

2008-09-29 Thread peter cros
Explanation. It seems to be a case of spurious line that got back into grub_elf32_load and grub_elf64_load, nested function. if (load_hook load_hook (phdr, load_addr)) return 1; load_addr = phdr-p_paddr; That sequence did not make sense to me, it overwrites the correct value of

Re: Windows,grub and grub2

2008-09-29 Thread Bean
On Mon, Sep 29, 2008 at 1:18 PM, Viswesh S [EMAIL PROTECTED] wrote: Hi, - Original Message From: Bean [EMAIL PROTECTED] To: The development of GRUB 2 grub-devel@gnu.org Sent: Tuesday, 23 September, 2008 7:20:49 PM Subject: Re: Windows,grub and grub2 On Tue, Sep 23, 2008 at 4:23

Re: [PATCH] Warning if grub.cfg not found

2008-09-29 Thread Robert Millan
On Sun, Sep 28, 2008 at 11:41:02PM +0200, Carles Pina i Estany wrote: Hello, On Sep/28/2008, Robert Millan wrote: On Sat, Sep 27, 2008 at 07:37:52PM +0200, Carles Pina i Estany wrote: --- normal/main.c (revision 1877) +++ normal/main.c (working copy) @@ -230,7 +230,13 @@ /*

Re: localization of Grub

2008-09-29 Thread Robert Millan
On Sun, Sep 28, 2008 at 11:49:54PM +0200, Carles Pina i Estany wrote: - gettextise the util tools, so they can be translated as normal programs. ok! (I guess/hope that will be more burocratic work than new work) It _is_ technical work I think, but less fun than the other part :-/ I

Re: strange iso9660 bug

2008-09-29 Thread Robert Millan
On Mon, Sep 29, 2008 at 11:31:29AM +0300, Urja Rannikko wrote: On Sun, Sep 28, 2008 at 11:08 PM, Robert Millan [EMAIL PROTECTED] wrote: Hi, I was having a look at this iso9660 image: http://syllable.info/Syllable-0.6.4-LiveCD-1.1.iso.bz2 and GRUB seems to behave strangely with

Re: strange iso9660 bug

2008-09-29 Thread Bean
On Mon, Sep 29, 2008 at 11:07 PM, Robert Millan [EMAIL PROTECTED] wrote: On Mon, Sep 29, 2008 at 11:31:29AM +0300, Urja Rannikko wrote: On Sun, Sep 28, 2008 at 11:08 PM, Robert Millan [EMAIL PROTECTED] wrote: Hi, I was having a look at this iso9660 image:

Re: [RFC] Different keyborad layouts

2008-09-29 Thread Vesa Jääskeläinen
Carles Pina i Estany wrote: Hello, I was thinking how we could have different keyboard layouts and after have some ideas I sent some emails to Robert about this topic (who had some better ideas :-) ) Let me to explain here some plan/design. I would like to research on it after some

Re: localization of Grub

2008-09-29 Thread Vesa Jääskeläinen
Robert Millan wrote: On Sun, Sep 28, 2008 at 11:49:54PM +0200, Carles Pina i Estany wrote: - gettextise the util tools, so they can be translated as normal programs. ok! (I guess/hope that will be more burocratic work than new work) It _is_ technical work I think, but less fun than the

Re: grub2 summer code theme in debian?

2008-09-29 Thread Vesa Jääskeläinen
Bean wrote: On Wed, Sep 24, 2008 at 12:19 AM, Vesa Jääskeläinen [EMAIL PROTECTED] wrote: J.Bakshi wrote: In my debian lenny, the grub2 has very simple look. I know it can be tweak to get ubuntu style graphical grub2 interface. After searchine google I have found the Grub2 summer code

Re: localization of Grub

2008-09-29 Thread Javier Martín
El lun, 29-09-2008 a las 21:48 +0300, Vesa Jääskeläinen escribió: Robert Millan wrote: On Sun, Sep 28, 2008 at 11:49:54PM +0200, Carles Pina i Estany wrote: - gettextise the util tools, so they can be translated as normal programs. ok! (I guess/hope that will be more burocratic work

Re: localization of Grub

2008-09-29 Thread Carles Pina i Estany
Hi, On Sep/29/2008, Robert Millan wrote: On Sun, Sep 28, 2008 at 11:49:54PM +0200, Carles Pina i Estany wrote: - gettextise the util tools, so they can be translated as normal programs. ok! (I guess/hope that will be more burocratic work than new work) It _is_ technical work I

Re: localization of Grub

2008-09-29 Thread Carles Pina i Estany
Hello, On Sep/29/2008, Vesa Jääskeläinen wrote: Robert Millan wrote: On Sun, Sep 28, 2008 at 11:49:54PM +0200, Carles Pina i Estany wrote: - gettextise the util tools, so they can be translated as normal programs. ok! (I guess/hope that will be more burocratic work than new work)