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:
parent
d0f4c1ea0f
commit
2d5fed60d0
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2010-10-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/efiemu/main.c (grub_efiemu_prepare): Handle errors from
|
* grub-core/efiemu/main.c (grub_efiemu_prepare): Handle errors from
|
||||||
|
|
|
@ -102,7 +102,7 @@ EOF
|
||||||
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
|
if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
|
||||||
done`
|
done`
|
||||||
prepare_boot_cache=
|
prepare_boot_cache=
|
||||||
|
|
Loading…
Reference in a new issue