public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: linux-kernel@vger.kernel.org
Subject: Re: is 2.4.15 really available at www.kernel.org?
Date: 24 Nov 2001 14:29:53 -0800	[thread overview]
Message-ID: <9tp711$min$1@cesium.transmeta.com> (raw)
In-Reply-To: <2450.1006608941@ocs3.intra.ocs.com.au> <200111241356.fAODuIb30257@ns.caldera.de>

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>

  reply	other threads:[~2001-11-24 22:30 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-23  8:58 is 2.4.15 really available at www.kernel.org? rpjday
2001-11-23  9:28 ` Keith Owens
2001-11-23  9:41   ` rpjday
2001-11-23  9:43     ` Jochen Striepe
2001-11-23  9:48       ` Rik van Riel
2001-11-23 10:00         ` Oliver.Neukum
2001-11-25  0:41         ` Cameron Simpson
2001-11-23 10:33       ` Flavio Stanchina
2001-11-23 16:05         ` Michael H. Warfield
2001-11-23 16:27           ` Jeff Garzik
2001-11-23 17:25             ` Michael H. Warfield
2001-11-23 19:19               ` Stephen Frost
2001-11-23 20:00                 ` J Sloan
2001-11-23 21:08           ` Mike Fedyk
2001-11-23 23:54             ` Michael H. Warfield
2001-11-24 10:01               ` Kai Henningsen
2001-11-24 13:35                 ` Keith Owens
2001-11-24 13:56                   ` Christoph Hellwig
2001-11-24 22:29                     ` H. Peter Anvin [this message]
2001-11-24 23:57                     ` Keith Owens
2001-11-25  9:59                       ` Kai Henningsen
2001-11-25 10:15               ` Mike Fedyk
2001-11-23  9:46     ` Christian Haugan Toldnes
2001-11-23 10:27       ` rpjday
2001-11-23 12:32         ` Stefan Smietanowski
2001-11-23 13:30           ` rpjday
2001-11-23 15:51             ` kees
2001-11-23 16:37             ` Michael H. Warfield
2001-11-23 20:10         ` Ross Vandegrift
2001-11-24  1:14           ` H. Peter Anvin
2001-11-23 20:28     ` Kristofer T. Karas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='9tp711$min$1@cesium.transmeta.com' \
    --to=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox