On Thu, 20 Jul 2000, Adam Sleight wrote:
> rpm -Uvh kernel-source-2.2.16-3.i386.rpm kernel-headers-2.2.16-3.i386.rpm
>
> rpm -Uvh kernel-2.2.16-3.i386.rpm kernel-ibcs-2.2.16-3.i386.rpm
>kernel-pcmcia-cs-2.2.16-3.i386.rpm
> --force
>
It is safer to do:
rpm -Ivh kernel-2.2.16-3.i386.rpm kernel-ibcs-2.2.16-3.i386.rpm \
kernel-pcmcia-cs-2.2.16-3.i386.rpm
That way you keep a copy of the old kernel - just in case!
>
> cd /boot/
>
> /sbin/mkinitrd initrd-2.2.16-3.img 2.2.16-3
>
> vi /etc/lilo.conf
> **make sure to change the following to lines in lilo.conf to reflect as such**
> image=/boot/vmlinuz-2.2.16-3
> initrd=/boot/initrd-2.2.16-3.img
>
Instead of just changing the origional entry, copy it, and change the
lable entry to old, then modify the origional entry to point the the new
kernel.
>
> /sbin/lilo -v
>
> that's how I upgraded and I know that I only need kernel-source if I plan on
>compiling my own and
> pcmcia if using a laptop but what the heck is ibcs? Is it needed? I want to try out
>Gordon's kernel
> 2.2.16 rpm soon too.
>
>
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.