2008-01-08 Robert Millan <rmh@aybabtu.com>

* kern/device.c (grub_device_iterate): Do not abort device iteration
        when one of the devices cannot be opened.
        * kern/disk.c (grub_disk_open): Do not account previous failures of
        unrelated functions when grub_errno is checked for.
This commit is contained in:
robertmh 2008-01-09 23:25:54 +00:00
parent 5aa541e6eb
commit de9993e01c
3 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2008-01-08 Robert Millan <rmh@aybabtu.com>
* kern/device.c (grub_device_iterate): Do not abort device iteration
when one of the devices cannot be opened.
* kern/disk.c (grub_disk_open): Do not account previous failures of
unrelated functions when grub_errno is checked for.
2008-01-08 Robert Millan <rmh@aybabtu.com>
* loader/i386/pc/linux.c (grub_rescue_cmd_linux): For