mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 14:32:40 +00:00
* grub-core/Makefile.core.def (vga_text): Disable on muliboot
and coreboot since it's already in kernel.
This commit is contained in:
parent
558d3a6023
commit
cede3ca325
@ -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...
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user