On Tue, May 01, 2007 at 10:45:39PM +0200, Yoshinori K. Okuji wrote:
> On Monday 30 April 2007 01:22, Robert Millan wrote:
> > On Sat, Apr 21, 2007 at 03:38:38PM +0200, Yoshinori K. Okuji wrote:
> > > On Tuesday 17 April 2007 14:49, Robert Millan wrote:
> > > > Here's my patch. Let me know if it's
On Tue, May 01, 2007 at 11:01:26PM +0200, Yoshinori K. Okuji wrote:
> On Tuesday 01 May 2007 22:10, Robert Millan wrote:
> > What is the recommended way for binary distributors of GRUB to support
> > PC/BIOS and EFI at the same time? Is it possible to build a mixed binary
> > that supports both sy
* Robert Millan <[EMAIL PROTECTED]> [070502 15:42]:
> > > - amd64 only has it on Intel-Macs, and will have it on more devices in
> > > the future
> >
> > Do Intel Mac have AMD processors, or do you mean EM64T? If you just
> > mean IA-32 architecture with 64-bit extensions (both Intel's and
>
* Robert Millan wrote, On 02/05/07 14:31:
> Do you mean something like:
> IFS=:
> for i in $PATH ; do
> grub-probe="$i/grub-probe"
> if test -x $grub-probe ; then break ; fi
> done
>
>
You may as well define your own which:
which() {
IFS=:
for i in $PATH ; do
if test -x "$i/$1"
th
On Wed, 2007-05-02 at 15:42 +0200, Robert Millan wrote:
>
> What about powerpc? Has EFI ever been used there?
I've never heard of such a thing.
-Hollis
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel