readme: remove out-dated Fedora 21

This commit is contained in:
Terry Wang 2015-12-01 13:58:49 +11:00
parent 701e5c0a34
commit 85c5cc224f

View File

@ -48,29 +48,6 @@ sudo dnf install ccache
ccache --max-size=5G
```
####Fedora 21
*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:
```bash
sudo yum install gcc kernel-devel elfutils elfutils-devel
```
Install the dependencies for the "kpatch-build" command:
```bash
sudo yum install rpmdevtools pesign yum-utils openssl wget numactl-devel
sudo yum-builddep kernel
sudo debuginfo-install kernel
# optional, but highly recommended
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