try the following at your own risk
1) Check that you have existing kernel 2.2.12 source files,
ESPECIALLY the config files which are located in the configs dir,
and which u used for compiling the existing kernel.
2) untar your kernel 2.2.14 sources
3) copy the relevant config of u're architecture from the kernel 2.2.12
source dir to a file called .config in u're new kernel source dir
eg.
$ cp /usr/src/linux/config/kernel-2.2.12-i386.config
/newkernelsourcedir/.config
4) cd to the new kernel source dir
5) make oldconfig
6) make dep
7) make bzImage
8) make modules followed by make modules_install
9) add the entry for u're new kernel in lilo.conf
10) remember to run /sbin/lilo !!!
--
arc_of_descent
On Wednesday 02 January 2002 05:35 pm, you wrote:
> Hi
>
> I want to upgrade my kernel from 2.2.12.20 to 2.2.14. Just untaring &
> copying the files is fine or I have to configure the kernel with some
> specific options and rebuild it. Can anyone help me in this regard
>
> Regards
> Aman
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help