I've never used this one before
Quote:
linux-2.6.8.1/scripts/patch-kernel linux-2.6.8.1/
|
and couldn't be bothered to look what it's doing... ;)
I'd commonly
Code:
cd /usr/src/linux-2.6.8.1
bzcat /path/to/patch | patch -p1
Normally a failed would indicate that the file that
the patch was made against doesn't match the file
you have by the same name ... where did kernel
source and patch come from?
Cheers,
Tink