2008-05-31 Robert Millan <rmh@aybabtu.com>

* disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Iterate through
        floppies after everything else, to ensure floppy drive isn't accessed
        unnecessarily (patch from Bean).
This commit is contained in:
robertmh 2008-05-31 21:14:27 +00:00
parent b7db5d47d9
commit c682dfd71d
2 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2008-05-31 Robert Millan <rmh@aybabtu.com>
* disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Iterate through
floppies after everything else, to ensure floppy drive isn't accessed
unnecessarily (patch from Bean).
2008-05-31 Robert Millan <rmh@aybabtu.com>
* commands/search.c (search_label, search_fs_uuid, search_file): Do