mirror of
https://github.com/dynup/kpatch
synced 2024-12-24 14:12:06 +00:00
add install documentation for RHEL
Fixes #253 Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
parent
f8813be8ef
commit
00ebeb0b0d
19
README.md
19
README.md
@ -47,6 +47,25 @@ Install the dependencies for the "kpatch-build" command:
|
||||
sudo yum install ccache
|
||||
ccache --max-size=5G
|
||||
|
||||
####RHEL 7
|
||||
|
||||
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in
|
||||
`~/.kpatch` and for ccache.*
|
||||
|
||||
Install the dependencies for compiling kpatch:
|
||||
|
||||
sudo yum install gcc kernel-devel elfutils elfutils-devel
|
||||
|
||||
Install the dependencies for the "kpatch-build" command:
|
||||
|
||||
sudo yum install rpmdevtools pesign yum-utils zlib-devel binutils-devel newt-devel python-devel perl-ExtUtils-Embed audit-libs-devel numactl-devel pciutils-devel bison
|
||||
sudo yum-builddep kernel
|
||||
sudo debuginfo-install kernel
|
||||
|
||||
# optional, but highly recommended
|
||||
sudo yum install ccache
|
||||
ccache --max-size=5G
|
||||
|
||||
####Ubuntu 14.04
|
||||
|
||||
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in
|
||||
|
Loading…
Reference in New Issue
Block a user