2009-06-04 Robert Millan <rmh.grub@aybabtu.com>
Prevent GRUB from probing floppies during boot. * conf/common.rmk (search_mod_CFLAGS): Use `-Werror -Wall'. * commands/search.c (options): Add --no-floppy. (search_fs, search_file, grub_cmd_search): Support --no-floppy. * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Use --no-floppy when searching for UUIDs.
This commit is contained in:
parent
2bf5885a3d
commit
f4448a0792
4 changed files with 34 additions and 11 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2009-06-04 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Prevent GRUB from probing floppies during boot.
|
||||
|
||||
* conf/common.rmk (search_mod_CFLAGS): Use `-Werror -Wall'.
|
||||
* commands/search.c (options): Add --no-floppy.
|
||||
(search_fs, search_file, grub_cmd_search): Support --no-floppy.
|
||||
* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Use
|
||||
--no-floppy when searching for UUIDs.
|
||||
|
||||
2009-06-04 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Simplify the code duplication in commands/search.c.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue