3 Apr 2002 12:52
Re: Question on using patch for nf
Lucas Brasilino <brasilino <at> recife.pe.gov.br>
2002-04-03 10:52:06 GMT
2002-04-03 10:52:06 GMT
> Hi... Hi > Thanks for the reply. Another basic question from this newbie, if you > don't mind. Do i need to get the whole new kernel (2.4.18) or > i just need to download a patch / upgrade ? I currently do not have access > to the internet through my laptop (where my linux is) and thus downloading > the whole kernel (which is 20++MB) could be daunting. I found a patch > though which can fit into a diskette at www.kernel.org. > > The question is: > can i just download the patch from www.kernel.org? It says "latest stable > version of the Linux kernel"... but i'm not sure whether it is applicable > on my current linux kernel (again, it is 2.4.7-10). Since you can't download the whole kernel, you should upgrade your kernel this way: Install RedHat source kernel rpm: rpm -ihv kernel-2.4.7-10.src.rpm Extract kernel source: cd /usr/src tar jxvf /usr/src/redhat/SOURCES/linux-2.4.7.tar.bz2 Upgrade kernel: cd linux gzip -dc patch-2.4.18.gz | patch -p1 (it's normal if some files has it's patch reject due it has *been* patched)(Continue reading)
Try Andrew Morton's cyclesoak.
RSS Feed