Re: [PATCH] cleanup in EFI Linux loader

2008-08-18 Thread Robert Millan
On Mon, Aug 18, 2008 at 06:21:10PM +0200, Stefan Reinauer wrote: > Robert Millan wrote: > > On Sun, Aug 17, 2008 at 10:35:38PM +0200, Robert Millan wrote: > > > >> - grub_printf (" [Linux-EFI, setup=0x%x, size=0x%x]\n", > >> + grub_printf (" [Linux, setup=0x%x, size=0x%x]\n", > >> > >

Re: [PATCH] cleanup in EFI Linux loader

2008-08-18 Thread Stefan Reinauer
Robert Millan wrote: > On Sun, Aug 17, 2008 at 10:35:38PM +0200, Robert Millan wrote: > >> - grub_printf (" [Linux-EFI, setup=0x%x, size=0x%x]\n", >> + grub_printf (" [Linux, setup=0x%x, size=0x%x]\n", >> > > I looked at the other Linux loaders, and to be consistent this would have to

Re: [PATCH] cleanup in EFI Linux loader

2008-08-18 Thread Robert Millan
On Mon, Aug 18, 2008 at 06:57:44PM +0800, Bean wrote: > On Mon, Aug 18, 2008 at 4:42 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > > On Sun, Aug 17, 2008 at 10:35:38PM +0200, Robert Millan wrote: > >> - grub_printf (" [Linux-EFI, setup=0x%x, size=0x%x]\n", > >> + grub_printf (" [Linux, setup

Re: [PATCH] cleanup in EFI Linux loader

2008-08-18 Thread Bean
On Mon, Aug 18, 2008 at 4:42 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Sun, Aug 17, 2008 at 10:35:38PM +0200, Robert Millan wrote: >> - grub_printf (" [Linux-EFI, setup=0x%x, size=0x%x]\n", >> + grub_printf (" [Linux, setup=0x%x, size=0x%x]\n", > > I looked at the other Linux loaders,

Re: [PATCH] cleanup in EFI Linux loader

2008-08-18 Thread Guy Forssman
g, augustus 17, 2008 10:42 PM >Aan: grub-devel@gnu.org >Onderwerp: Re: [PATCH] cleanup in EFI Linux loader > >On Sun, Aug 17, 2008 at 10:35:38PM +0200, Robert Millan wrote: >> - grub_printf (" [Linux-EFI, setup=0x%x, size=0x%x]\n", >> + grub_printf ("

Re: [PATCH] cleanup in EFI Linux loader

2008-08-17 Thread Robert Millan
On Sun, Aug 17, 2008 at 10:35:38PM +0200, Robert Millan wrote: > - grub_printf (" [Linux-EFI, setup=0x%x, size=0x%x]\n", > + grub_printf (" [Linux, setup=0x%x, size=0x%x]\n", I looked at the other Linux loaders, and to be consistent this would have to be "Linux-bzImage" instead. I propose u