On Thu, 19 May 2005, ashwin tanugula wrote:

Hi
How do i apply a .diff.bz2 patch to a linux kernel?

Usually by

cd linux-x.y.z
bzcat /path/to/patchfile.diff.bz2 | patch -p1 -s

then rebuild the kernel.


Sometimes -p0 is required instead of -p1, but very rarely (depends on who made the patch and how, see "man patch" for details)


Regards
Henrik


------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to