* grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot
platforms.
This commit is contained in:
parent
6ccd0b31c1
commit
30d6b1b290
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot
|
||||
platforms.
|
||||
|
||||
2013-03-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix
|
||||
|
|
|
@ -1656,8 +1656,6 @@ module = {
|
|||
name = vga;
|
||||
common = video/i386/pc/vga.c;
|
||||
enable = i386_pc;
|
||||
enable = i386_coreboot;
|
||||
enable = i386_multiboot;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Add table
Reference in a new issue