diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch |
Added ebuilds for kogaion desktop
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.patch | 13 |
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) |