-----Original Message-----
From: hhv <[EMAIL PROTECTED]>
To: SLE <[EMAIL PROTECTED]>
Date: Saturday, April 17, 1999 12:51 PM
Subject: Re: [SuSE Linux] How do you patch the kernel.. 2.2.5 --> 2.2.6

>Copy the patch file into the top level kernel source directory
>cd to the said directory.
>The patch programme has to be invoked with the -p1 parameter.
>
>        zcat   patch-2.2.6.gz  | patch -p1
>or      gunzip patch-2.2.6.gz  | patch -p1
>or      bzcat  patch-2.2.6.bz2 | patch -p1
>or      bunzip patch-2.2.6.bz2 | patch -p1
>or                               patch -p1 < patch-2.2.6


Thanks.  It turns out the patch file directory structure was a bit different
than the directory structure that I have for the source code.  I had to
create a symbolic link to that mimics the patch file directory to get the
content to merge with my current directory structure without having to
rewrite the patch file.

Christopher Reimer

--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to