From 37f390c7c0257934ae71bcddb3d798c25a38c4b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Nov 2010 10:31:10 +0000 Subject: update patch by Jiří Moravec to apply to latest bzr tree #343293 by Jeff Kowalczyk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2_rc96/cvs/Linux x86_64) --- sys-boot/grub/files/grub-1.99-genkernel.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-boot/grub') diff --git a/sys-boot/grub/files/grub-1.99-genkernel.patch b/sys-boot/grub/files/grub-1.99-genkernel.patch index 4947f8cec2d5..4d4aee5a0e9e 100644 --- a/sys-boot/grub/files/grub-1.99-genkernel.patch +++ b/sys-boot/grub/files/grub-1.99-genkernel.patch @@ -1,15 +1,15 @@ --- util/grub.d/10_linux.in +++ util/grub.d/10_linux.in -@@ -102,7 +102,7 @@ +@@ -109,7 +109,7 @@ EOF } --list=`for i in /boot/vmlinu[zx]-* /vmlinu[zx]-* ; do -+list=`for i in /boot/kernel-* /boot/vmlinu[zx]-* /vmlinu[zx]-* ; do +-list=`for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* ; do ++list=`for i in /boot/kernel-* /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* ; do if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi done` prepare_boot_cache= -@@ -120,6 +120,7 @@ +@@ -127,6 +127,7 @@ initrd= for i in "initrd.img-${version}" "initrd-${version}.img" \ "initrd-${version}" "initramfs-${version}.img" \ -- cgit v1.2.3-65-gdbad