According to Jerome Gasperi: While burning my CPU.
> 
> 
> > I  was reading README in /usr/src/linux and I have done:
> > cd /usr/src
> > gzip -cd patchXX.gz | patch -p0
> > and then it asks me "File patch:" and I don't know what to write.
> 
> Perhaps you should decompress patchXX.gz in /usr/src/linux and then:

No, gzip -cd patch-2.0.3.gz | patch -p0 is the correct command.

> 
>  patch -p1 < patchXX
> 
> It should work

Yes it will work like this however it should not be nessasry, if the above
does not work then there is something wrong with his/her/your system.

All kernel patches and tar archives are created in the SAME way, so if
someone decides to have his/her directory structure assigned different
paths/names then problems WILL arise with patching the kernel source, and
later on with "make", unless you take steps to create the nessacary symbolic
links pointing to the "linux" source directory whereever it is to keep patch
and make happy.

> 
> Jerome
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to