i need to apply patch .diff file to kenerl how to apply it which command should i use after i save the patch on patch.diff file ps patch is https://bugzilla.redhat.com/show_bug.cgi?id=248716
Asked
Active
Viewed 488 times
1
-
What's wrong with just updating the kernel package? – Ignacio Vazquez-Abrams Oct 30 '10 at 08:02
-
ive no problem with this i just wanted to learn how to apply such patch .diff files :) – user47556 Oct 30 '10 at 08:05
1 Answers
2
You can use the patch tool. The general syntax is as follows:
patch -pnum <patchfile
For more info see:
man patch

Khaled
- 36,533
- 8
- 72
- 99