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 t

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_ te

Re: [RFC] Different keyborad layouts

2008-09-29 Thread Carles Pina i Estany
Hello, On Sep/29/2008, Vesa Jääskeläinen wrote: > 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

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 "bur

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 su

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 f

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 som

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: >> > >> > htt

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

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 :-

Re: [RFC] rename update-grub to update-grubcfg

2008-09-29 Thread Felix Zielcke
Commited. Now we only have to think about our Debian package :) Am Mittwoch, den 24.09.2008, 15:54 +0200 schrieb Robert Millan: > On Wed, Sep 24, 2008 at 03:34:27PM +0200, Felix Zielcke wrote: > > Am Mittwoch, den 24.09.2008, 15:22 +0200 schrieb Robert Millan: > > > On Wed, Sep 24, 2008 at 01:04:0

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,1

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 >> Sent: Tuesday, 23 September, 2008 7:20:49 PM >> Subject: Re: Windows,grub and grub2 >> >> On Tue, Sep 23, 2008 at 4:

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

Re: strange iso9660 bug

2008-09-29 Thread Urja Rannikko
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 it. When its contents are listed by > Linux, GRUB Legacy or isoi