mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 06:00:15 +00:00
* grub-core/Makefile.core.def (vbe): Disable on coreboot and multiboot
platforms.
This commit is contained in:
parent
ce50dbd746
commit
23c9cc0490
@ -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>
|
||||
|
||||
Add new 'proc' filesystem framework and put luks_script into it.
|
||||
|
@ -1740,8 +1740,6 @@ module = {
|
||||
name = vbe;
|
||||
common = video/i386/pc/vbe.c;
|
||||
enable = i386_pc;
|
||||
enable = i386_coreboot;
|
||||
enable = i386_multiboot;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
Loading…
Reference in New Issue
Block a user