mirror of
https://github.com/dynup/kpatch
synced 2024-12-26 23:32:04 +00:00
clarify that kpatch should work on non-Fedora
This commit is contained in:
parent
6d6a5dfd1e
commit
cc846f6705
9
README
9
README
@ -14,17 +14,18 @@ notification of workload users in the event of downtime.
|
||||
|
||||
QUICK START
|
||||
|
||||
This only works on Fedora currently.
|
||||
NOTE: While kpatch is designed to work with any recent Linux
|
||||
kernel on any distribution, these quick start instructions
|
||||
currently only work on Fedora.
|
||||
|
||||
First make a patch against the kernel tree, e.g. foo.patch. Then:
|
||||
First make a patch against the kernel tree, e.g. foo.patch.
|
||||
Then:
|
||||
|
||||
sudo kpatch-build/kpatch-build ~/foo.patch
|
||||
insmod kpatch.ko kpatch-foo.ko
|
||||
|
||||
Voila, your kernel is patched.
|
||||
|
||||
A less crude interface is coming soon.
|
||||
|
||||
LICENSE
|
||||
|
||||
kpatch is under the GPLv2 license.
|
||||
|
Loading…
Reference in New Issue
Block a user