Re: Stop the Linux kernel madness

From: Jeff Garzik
Date: Fri Jun 18 2004 - 17:02:06 EST


Hannu Savolainen wrote:
On Fri, 18 Jun 2004, Roman Zippel wrote:


To quote from your previous mail:


make -C /lib/modules/`uname -r`/build scripts scripts_basic include/linux/version.h

That doesn't really like documented interfaces to me.

Right. The documented command is "make install". However an undocumented

Really?

I always do

make modules_install
installkernel <kversion> arch/i386/boot/bzImage System.map

The arch-independent installkernel script should perform the necessary actions to install the kernel image in a bootable area.


The actual problem is that there is no standardized way to compile modules
outside the kernel source tree. There will be serious problems if
different distributions need slightly different installation procedure.
Who is going to be able to tell the customer what exactly he should do?

In 2.6.x there is a way to do this :)

Sam Ravnborg recently posted documentation for this, as well.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/