Andrea Righi wrote:
>
> Cool! Bernard, I can test the LVM code, but only on a i386...
>
It seems to work with the current trunk. I don't see any problem to
check it in, so please proceed.
Tomorrow I'll do another test and I'll rebuild RPMs, if someone want to
test it they'll be available here:
Bernard Li wrote:
> Hi guys:
>
> Okay I found out what the issue is. The USB modules are named:
>
> uhci_hcd
> ohci_hcd
> ehci_hcd
>
> etc.
>
> But the .ko files are named with dash instead of underscore:
>
> uhci-hcd.ko
> ohci-hcd.ko
> ehci-hcd.ko
>
> The function autodetect_hardware_and_lo
Bernard Li wrote:
> Hi all:
>
> Attached please see a patch to lvm.rul that is necessary to get
> SystemImager trunk compiled on Yellow Dog Linux 5.0 ppc64 (on PS3).
>
> I tried compiling the existing code in trunk but LVM failed to build
> with a bunch of "undefined reference to `dm_snprintf'".