2007-08-05 Robert Millan <rmh@aybabtu.com>
* util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix so that [xz] isn't taken into account when determining order.
This commit is contained in:
parent
72c49aab72
commit
8b72db2f01
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-08-05 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
* util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
|
||||||
|
so that [xz] isn't taken into account when determining order.
|
||||||
|
|
||||||
2007-08-02 Marco Gerards <marco@gnu.org>
|
2007-08-02 Marco Gerards <marco@gnu.org>
|
||||||
|
|
||||||
* DISTLIST: Add `disk/host.c', `fs/ntfs.c', `include/multiboot.h',
|
* DISTLIST: Add `disk/host.c', `fs/ntfs.c', `include/multiboot.h',
|
||||||
|
|
|
@ -47,8 +47,8 @@ test_numeric ()
|
||||||
|
|
||||||
test_gt ()
|
test_gt ()
|
||||||
{
|
{
|
||||||
local a=$1
|
local a=`echo $1 | sed -e "s/vmlinu[zx]-//g"`
|
||||||
local b=$2
|
local b=`echo $2 | sed -e "s/vmlinu[zx]-//g"`
|
||||||
local cmp=gt
|
local cmp=gt
|
||||||
if [ "x$b" = "x" ] ; then
|
if [ "x$b" = "x" ] ; then
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue