]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/loader/i386/linux.c (grub_cmd_linux): Autoload vbe.mod if
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 1 Nov 2010 12:10:51 +0000 (13:10 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 1 Nov 2010 12:10:51 +0000 (13:10 +0100)
vga= option is supplied.

ChangeLog
grub-core/loader/i386/linux.c

index 20bf05920d6c2c926813a8419245142ba16464b5..6c6f75ba8f222c48a2a3c957c227b965e90abd14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-01  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/loader/i386/linux.c (grub_cmd_linux): Autoload vbe.mod if
+       vga= option is supplied.
+
 2010-11-01  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub.d/10_hurd.in: Don't call savedefault on recovery entries.
index d7622dabd14358e48ab511a38f37b917408b0dfe..de4bec1063572d205c7b6de12bd81b4b74fcefba 100644 (file)
@@ -719,6 +719,8 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
        grub_err_t err;
        char *buf;
 
+       grub_dl_load ("vbe");
+
        if (grub_strcmp (val, "normal") == 0)
          vid_mode = GRUB_LINUX_VID_MODE_NORMAL;
        else if (grub_strcmp (val, "ext") == 0)