2009-06-27 Robert Millan <rmh.grub@aybabtu.com>

Revert r2338.

        * loader/i386/linux.c (grub_cmd_linux): Don't call grub_error when
        file can't be opened.  grub_file_open() is already supposed to set
        grub_errno / grub_errmsg appropiately.
        * loader/i386/pc/linux.c (grub_cmd_linux): Likewise.
This commit is contained in:
robertmh 2009-06-27 12:21:18 +00:00
parent 8231fb77c6
commit 87a4623bda
3 changed files with 11 additions and 8 deletions

View file

@ -1,3 +1,12 @@
2009-06-27 Robert Millan <rmh.grub@aybabtu.com>
Revert r2338.
* loader/i386/linux.c (grub_cmd_linux): Don't call grub_error when
file can't be opened. grub_file_open() is already supposed to set
grub_errno / grub_errmsg appropiately.
* loader/i386/pc/linux.c (grub_cmd_linux): Likewise.
2009-06-27 Pavel Roskin <proski@gnu.org>
2009-06-27 Robert Millan <rmh.grub@aybabtu.com>