[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub-probe on powerpc
From: |
Yoshinori K. Okuji |
Subject: |
Re: grub-probe on powerpc |
Date: |
Mon, 7 May 2007 21:21:27 +0200 |
User-agent: |
KMail/1.9.4 |
On Saturday 05 May 2007 19:33, Robert Millan wrote:
> update-grub needs grub-probe to run, which is only available in i386.
>
> In principle, this file should be portable. I made this patch (currently
> applied in debian) to enable it on powerpc as well. However, it seems to
> have runtime errors (detects size of hd0 as 0 bytes) that I can't debug
> (because I lack the hardware).
>
> Maybe someone can give it a try?
It should be portable, except for the list of init/fini function calls. This
list can be different among architectures, so I have put this file to
i386/pc.
Okuji