Saturday, April 15, 2017

centos - kernel patch .diff file



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


Answer




You can use the patch tool. The general syntax is as follows:



patch -pnum 


For more info see:



man patch

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...