lkml.org 
[lkml]   [2001]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: is 2.4.15 really available at www.kernel.org?
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:13    [W:0.096 / U:0.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site