From 7895f85f9f314417af91b07fc2ef8bd00dae47bf Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 5 Mar 2012 08:06:25 -0700 Subject: [PATCH] Explain why debian/patches/efi_disk_cache.patch doesn't need to be forwarded --- debian/patches/efi_disk_cache.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/efi_disk_cache.patch b/debian/patches/efi_disk_cache.patch index 1591df759..58fce0590 100644 --- a/debian/patches/efi_disk_cache.patch +++ b/debian/patches/efi_disk_cache.patch @@ -1,6 +1,7 @@ Description: Bump the values of GRUB_DISK_CACHE_SIZE and GRUB_DISK_CACHE_BITS on EFI systems (and only on EFI sytems) to dramatically reduce the load times - for vmlinux and initrd + for vmlinux and initrd. Forwarding this isn't required as upstream trunk + has completely rewritten how this all works. Author: Adam Conrad Origin: other, http://blog.fpmurphy.com/2010/03/grub2-efi-support.html Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/944347