2010-10-15 Robert Millan <rmh@gnu.org>

* util/grub.d/10_linux.in (list): Expand "vmlinu[zx]" instances to
	guarantee compressed ones are processed first.
This commit is contained in:
Robert Millan 2010-10-15 12:06:13 +02:00
parent d0f4c1ea0f
commit 2d5fed60d0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-10-15 Robert Millan <rmh@gnu.org>
* util/grub.d/10_linux.in (list): Expand "vmlinu[zx]" instances to
guarantee compressed ones are processed first.
2010-10-14 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/efiemu/main.c (grub_efiemu_prepare): Handle errors from

View file

@ -102,7 +102,7 @@ EOF
EOF
}
list=`for i in /boot/vmlinu[zx]-* /vmlinu[zx]-* ; do
list=`for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* ; do
if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
done`
prepare_boot_cache=