mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 12:51:51 +00:00
* grub-core/loader/i386/linux.c (grub_cmd_linux): Autoload vbe.mod if
vga= option is supplied.
This commit is contained in:
parent
74aaf558ef
commit
2b36fbf493
@ -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>
|
2010-11-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub.d/10_hurd.in: Don't call savedefault on recovery entries.
|
* util/grub.d/10_hurd.in: Don't call savedefault on recovery entries.
|
||||||
|
@ -719,6 +719,8 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
|
|||||||
grub_err_t err;
|
grub_err_t err;
|
||||||
char *buf;
|
char *buf;
|
||||||
|
|
||||||
|
grub_dl_load ("vbe");
|
||||||
|
|
||||||
if (grub_strcmp (val, "normal") == 0)
|
if (grub_strcmp (val, "normal") == 0)
|
||||||
vid_mode = GRUB_LINUX_VID_MODE_NORMAL;
|
vid_mode = GRUB_LINUX_VID_MODE_NORMAL;
|
||||||
else if (grub_strcmp (val, "ext") == 0)
|
else if (grub_strcmp (val, "ext") == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user