Re: is 2.4.15 really available at www.kernel.org?

H. Peter Anvin (hpa@zytor.com)
24 Nov 2001 14:29:53 -0800


Followup to: <200111241356.fAODuIb30257@ns.caldera.de>
By author: Christoph Hellwig <hch@ns.caldera.de>
In newsgroup: linux.dev.kernel
>
> In article <2450.1006608941@ocs3.intra.ocs.com.au> you wrote:
> > kbuild 2.5 has standard support for running user specific install
> > scripts after installing the bootable kernel and modules. That is, the
> > "update my bootloader" phase can be automated and will propagate from
> > one .config to the next when you make oldconfig.
>
> Never 2.4 kernels already try to excecute ~/bin/installkernel in the
> 'make install' pass on i386.
>

Or you can just put in your /sbin/installkernel:

if [ -x $HOME/bin/installkernel ]; then
exec $HOME/bin/installkernel "$@"
fi

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt	<amsp@zytor.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/