1

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

user47556
  • 509
  • 1
  • 5
  • 11

1 Answers1

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