Re: Newbie question - Patching

Davide Libenzi (dlibenzi@maticad.it)
Thu, 15 Jul 1999 18:10:50 +0200


Thursday, July 15, 1999 5:22 PM
Ron Brinker <service@emcis.com> wrote:
> I realize this group usually deal with technical issues, but I haven't
> been able to find answers by searching. I appologize in advance if I'm
> in the wrong place :)
>
> Is there a Kernel-Patching Mini HOWTO, or something to that affect? I
> have been trying to patch my 2.2.5 kernel to 2.2.10 and it can't get it
> to patch cleanly. I haven't really seen any newbie level docs as far as
> patching the kernel, so if anyone could suggest some required reading, I
> would appreciate it.

Hi Ron,

You must get patch-2.2.6 patch-2.2.7 patch-2.2.8 patch-2.2.9 and
patch-2.2.10 patches and than:

1) do a "make mrproper" from inside linux source tree to clean the sources

2) unpack patches, if they aren't, using "gunzip patch-name" for .gz or
"bunzip2 patch-name" for .bz2

3) do "patch -p1 < patch-name" where patch name is patch-2.2.6 up to
patch-2.2.10

Thats all, cheers,
Davide.

--
"Debian, the Freedom in Freedom."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/