summaryrefslogtreecommitdiff
path: root/sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch')
-rw-r--r--sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch b/sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch
new file mode 100644
index 00000000..3859bb2e
--- /dev/null
+++ b/sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch
@@ -0,0 +1,13 @@
+--- grub-2.00.orig/grub-core/loader/i386/linux.c
++++ grub-2.00/grub-core/loader/i386/linux.c
+@@ -946,10 +946,6 @@ grub_cmd_linux (grub_command_t cmd __att
+ if (! buf)
+ goto fail;
+
+- grub_printf_ (N_("%s is deprecated. "
+- "Use set gfxpayload=%s before "
+- "linux command instead.\n"),
+- argv[i], buf);
+ err = grub_env_set ("gfxpayload", buf);
+ grub_free (buf);
+ if (err)