Re: [PATCH] 1/5 Multiple fallback entries

2009-02-13 Thread Colin D Bennett
Committed, with a few improvement to error handling when executing menu entries. Regards, Colin signature.asc Description: PGP signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Where?

2009-02-13 Thread Manoel Rebelo Abranches
actually is: /configure.ac:AC_INIT([GRUB],[1.96],[bug-g...@gnu.org]) configure is generated by the autogen.sh script. On Fri, 2009-02-13 at 10:13 +0100, phcoder wrote: > ./configure:577:PACKAGE_VERSION='1.96' > BandiPat wrote: > > Hey guys, where does it specify the initial screen border title? >

[PATCH] Test command

2009-02-13 Thread phcoder
Sorry forgot to attach the file phcoder wrote: Hello. Here is an implementation of bash-like "test" command. Many file tests are omitted because they are useless in grub (e.g. -c test). I also added 3 extension: lexicographical comparing, prefixed -gt and -lt (it skips common prefix. Useful for

Test command

2009-02-13 Thread phcoder
Hello. Here is an implementation of bash-like "test" command. Many file tests are omitted because they are useless in grub (e.g. -c test). I also added 3 extension: lexicographical comparing, prefixed -gt and -lt (it skips common prefix. Useful for comparing versions. e.g. [ vmlinuz-3 -plt vmli

Re: Where?

2009-02-13 Thread phcoder
./configure:577:PACKAGE_VERSION='1.96' BandiPat wrote: Hey guys, where does it specify the initial screen border title? (GNU GRUB version 1.96) I would at least like to change that for the Zenwalk build, if that's ok? I've looked in several pieces of the code, but can't seem to find it. Than