On Fri, Aug 22, 2008 at 1:37 AM, Bean <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This patch fix two bugs in the EFI port:
>
> 1, grub_longjmp (x86_64 EFI):
>
> Return 1 when val = 0. This behavior is consistent with grub_longjmp
> of i386 platform.
>
> 2, genfslist.sh and genpartmaplist.sh
>
> In EFI, the kernel is in a module kernel.mod. genfslist.sh scans the
> source for grub_fs_register, so kernel.mod would be included in fs.lst
> and partmap.lst, which cause serious problem when grub try to load
> extra file system modules. This patch simply ignore kernel.mod in
> genfslist.sh and genpartmaplist.sh.
>
> 2008-08-22  Bean  <[EMAIL PROTECTED]>
>
>        * normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.
>
>        * genfslist.sh: Ignore kernel.mod.
>
>        * genpartmaplist.sh: Likewise.

Committed.

-- 
Bean


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to