On Sat, Jan 13, 2001 at 10:35:05PM -0800, Brian J. Murrell wrote:
> There does not seem to be a modversions.h in kernel-2.4.0-4mdk.  There
> is one in kernel-headers but that just contains a big fat warning
> about using kernel-headers modversions.h.
> 
> Should this file be in the kernel-source, complete with the versions
> of the modules as the kernel was compiled with?

To partially answer my own question, one has to do the following to
get a modversions.h:

# cd /usr/src/linux-2.4.0
# cp configs/kernel-2.4.0-i586.config .config
# make oldconfig
# make clean
# make dep

I wonder if kernel-source's %post should not do this.  Hmmmm.

b.


-- 
Brian J. Murrell

Reply via email to