# 1 " /lib/modules/2.6.18-92.1.18.el5.centos.plus/build "
> > 'build' is a symlink to /usr/src/kernels/2.xx.xx...
This is the first thing to do. ( May work, the kernel-devel
is a limited package, contains very few files. )
Else go to the next possible move
:
" yum install kernel-source-`uname -r` " will do if a package is
available ( there isn't any for my CentOS-5.2, being 2.6.18-92.el5 )
A very few other source packages can be found, example
http://ftp.linux.ncsu.edu/pub/centos...tosplus/SRPMS/
> > e.g. kernel-2.6.18-92.1.18.el5.centos.plus.src.rpm
which will install ( unpack to ) /usr/src/redhat/SOURCES
The "tar.bz2" can then be unpacked e.g.to your /home (/root is
not a recommended place to do anything), patches applied etc.
An update seems an idea, I have one running now, but the
kernel-devel version coming in is 2.6.18-92.1.18, so that
makes no real differece for the source.
....