[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: udm66 rescue disk doesnt detect udma controllers



Adam Di Carlo wrote:
> 
> bug1 <bug1@netconnect.com.au> writes:
> 
> > Im getting confused now...
> >
> > We want the udma66 flavour to use the kernel from the -ide kernel
> > package.
> > We want the idepci flavour to use the kernel from the -idepci kernel
> > package.
> 
> Yes, that's what I said.
> 

I think the problem is in the /Makefile, line 124 states

kerneli386_udma66 := $(shell $(pathcmd:P=kernel-image-$kver)-ide*.deb))

searching for a kernel matching -ide*.deb will match both

kernel-image-($kver)-ide_2.2.15pre20-1.deb and
kernel-image-($kver)-idepci_2.2.15pre20-1.deb

If we search for -ide_*.deb we will just match the one flavour of
kernel.

So line 124 in the /Makefile should become

kerneli386_udma66 := $(shell $(pathcmd:P=kernel-image-$kver)-ide_*.deb))


Glenn



Reply to: