* grub-core/Makefile.core.def (vbe): Disable on coreboot and multiboot
platforms.
This commit is contained in:
parent
ce50dbd746
commit
23c9cc0490
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 (vbe): Disable on coreboot and multiboot
|
||||||
|
platforms.
|
||||||
|
|
||||||
2013-03-24 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-03-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Add new 'proc' filesystem framework and put luks_script into it.
|
Add new 'proc' filesystem framework and put luks_script into it.
|
||||||
|
|
|
@ -1740,8 +1740,6 @@ module = {
|
||||||
name = vbe;
|
name = vbe;
|
||||||
common = video/i386/pc/vbe.c;
|
common = video/i386/pc/vbe.c;
|
||||||
enable = i386_pc;
|
enable = i386_pc;
|
||||||
enable = i386_coreboot;
|
|
||||||
enable = i386_multiboot;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
Loading…
Reference in a new issue