diff options
author | 2010-11-10 10:31:10 +0000 | |
---|---|---|
committer | 2010-11-10 10:31:10 +0000 | |
commit | 380984429dffe02d540b7e5303782cee108296e8 (patch) | |
tree | f0a1490538dd019ad3d3e13b8c319ac934747bf3 /sys-boot/grub/files | |
parent | Fix digest (bug #344815 by Isidoro Garcia) properly. (diff) | |
download | historical-380984429dffe02d540b7e5303782cee108296e8.tar.gz historical-380984429dffe02d540b7e5303782cee108296e8.tar.bz2 historical-380984429dffe02d540b7e5303782cee108296e8.zip |
update patch by Jiří Moravec to apply to latest bzr tree #343293 by Jeff Kowalczyk
Package-Manager: portage-2.2_rc96/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r-- | sys-boot/grub/files/grub-1.99-genkernel.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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" \ |