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

Simplify the code duplication in commands/search.c.

        * commands/search.c (search_label, search_fs_uuid): Merge into ...
        (search_fs): ... this.  Update all users.
This commit is contained in:
robertmh 2009-06-04 11:18:18 +00:00
parent f6fd460a40
commit 2bf5885a3d
2 changed files with 22 additions and 66 deletions

View file

@ -1,3 +1,10 @@
2009-06-04 Robert Millan <rmh.grub@aybabtu.com>
Simplify the code duplication in commands/search.c.
* commands/search.c (search_label, search_fs_uuid): Merge into ...
(search_fs): ... this. Update all users.
2009-06-03 Felix Zielcke <fzielcke@z-51.de>
* util/grub-mkconfig.in (update_grub_dir): Rename to grub_mkconfig_dir.