diff options
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, 0 insertions, 13 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 deleted file mode 100644 index 3859bb2e..00000000 --- a/sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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) |