grub 'if' expression with 'or' operation

2012-08-21 Thread Loving, Kent
Hello, I'm trying to write an expression that will be true if either one of two files are present. The expression must return true if either ntldr or bootmgr is present on the first partition of the first drive. If either one is present I want to boot to windows on that partition. So I tried:

Re: grub 'if' expression with 'or' operation

2012-08-21 Thread Lennart Sorensen
On Tue, Aug 21, 2012 at 08:18:57AM -0700, Loving, Kent wrote: I'm trying to write an expression that will be true if either one of two files are present. The expression must return true if either ntldr or bootmgr is present on the first partition of the first drive. If either one is present