* grub-core/Makefile.core.def (vga_text): Disable on muliboot

and coreboot since it's already in kernel.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-07 15:18:21 +02:00
parent 558d3a6023
commit cede3ca325
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-06-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.core.def (vga_text): Disable on muliboot
and coreboot since it's already in kernel.
2012-06-07 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (grub_util_get_dm_node_linear_info): Moved from here...

View file

@ -1590,8 +1590,6 @@ module = {
common = term/i386/pc/vga_text.c;
common = term/i386/vga_common.c;
enable = i386_pc;
enable = i386_coreboot;
enable = i386_multiboot;
};
module = {