On Sat, 01 Apr 2000,  Erik Jakobsen wrote about,  New kernel ?:
> Hi.
> 
> I have the SuSE Linux 6.3, and need to install a patch that needs a new
> clean source kernel version 2.2.13.
> 
> How do I that by aid of Yast ??.

No idea, however a patch file will only patch cleanly on a source tree
which has not had any alterations done to any of its origanal files, Eg, .c
and .h files, i presume you have not done anything like that, if so then
there is no need to replace the source at all.

Kernel patches are "normally speaking" created from /usr/src so you need to
be in /usr/src to use a kernel patch, (once again i am presuming) its a
kernel patch.

cd /usr/src
gzip -cd  /path_to_patchfile/patch_file.gz | patch -p0 -s

Or if the patch is not zipped.

patch -p0 -s < /path_to_patchfile/patch_file

Or of cource if the patch file is in /usr/src

patch -p0 -s < patchfile

> I have backed up my .configure for all possibilities

another file to keep is/usr/src/linux/.config

> 
> -- 
> Erik Jakobsen - OZ4KK - [EMAIL PROTECTED]      
> SuSE Linux 6.3
> 
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to