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

Mike Fedyk (mfedyk@matchmail.com)
Fri, 23 Nov 2001 13:08:20 -0800


On Fri, Nov 23, 2001 at 11:05:05AM -0500, Michael H. Warfield wrote:
> On Fri, Nov 23, 2001 at 11:33:38AM +0100, Flavio Stanchina wrote:
> > On Friday 23 November 2001 10:43, Jochen Striepe wrote:
> >
> > > I am *much* more irritated by:
> > >
> > > $ uname -r
> > > 2.4.15-greased-turkey
>
> > So I guess you are vegetarian. Try changing to "2.4.15-tasteful-salad".
>
> Point is that it BROKE some things.... Like "make install" on
> RedHat installed the damn thing as /boot/vmlinuz-2.4.15-greased-turkey,
> breaking the lilo settings if you set an image for "vmlinuz-2.4.15"
> like you expected it to be. Not funny. Just had three freeswan
> kinstall builds blow up because of that.
>
> Now got to go back and fix it and rebuild.

OMFG!

How can you *not* point to the /boot/vmlinuz symlink?!!! It points directly
to the latest kernel. And, /boot/vmlinuz.old points to the previous kernel.

Here are some examples: This is *just too simple*!!!

Lilo:
image=/boot/vmlinuz
label=vmlinuz
read-only
# restricted
alias=1

image=/boot/vmlinuz.old
label=vmlinuz-old
read-only
optional
append="single"
# restricted
alias=3

Grub:
title Debian GNU/Linux, Latest Kernel
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro vga=extended

title Debian GNU/Linux, Latest Kernel (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro single vga=extended

title Debian GNU/Linux, Previous Kernel
root (hd0,0)
kernel /boot/vmlinuz.old root=/dev/hda1 ro vga=extended

title Debian GNU/Linux, Previous Kernel (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz.old root=/dev/hda1 ro single vga=extended

-
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/