mirror of
https://github.com/dynup/kpatch
synced 2025-01-26 23:02:51 +00:00
kpatch-build: remove unneeded comments readme: roll back unneeded changes
This commit is contained in:
parent
d5bb38d42d
commit
a56d48e19d
10
README.md
10
README.md
@ -79,7 +79,8 @@ ccache --max-size=5G
|
||||
|
||||
####Ubuntu 14.04
|
||||
|
||||
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in `~/.kpatch` and for ccache.*
|
||||
*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:
|
||||
|
||||
@ -196,13 +197,16 @@ OPTIONAL: Install kpatch to `/usr/local`:
|
||||
|
||||
sudo make install
|
||||
|
||||
Alternatively, the kpatch and kpatch-build scripts can be run directly from the git tree.
|
||||
Alternatively, the kpatch and kpatch-build scripts can be run directly from the
|
||||
git tree.
|
||||
|
||||
|
||||
Quick start
|
||||
-----------
|
||||
|
||||
> NOTE: While kpatch is designed to work with any recent Linux kernel on any distribution, the `kpatch-build` command has **ONLY** been tested to work on Fedora 20, RHEL 7 and Ubuntu 14.04.
|
||||
> NOTE: While kpatch is designed to work with any recent Linux
|
||||
kernel on any distribution, the `kpatch-build` command has **ONLY** been tested
|
||||
and confirmed to work on Fedora 20, RHEL 7 and Ubuntu 14.04.
|
||||
|
||||
First, make a source code patch against the kernel tree using diff, git, or
|
||||
quilt.
|
||||
|
@ -339,8 +339,6 @@ else
|
||||
if [[ $DISTRO = ubuntu ]]; then
|
||||
|
||||
# url may be changed for a different mirror
|
||||
# list of official archive mirrors for Ubuntu -> https://launchpad.net/ubuntu/+archivemirrors
|
||||
# update the url below to use a close mirror otherwise wait for hours ;-)
|
||||
url="http://archive.ubuntu.com/ubuntu/pool/main/l/linux"
|
||||
extension="bz2"
|
||||
sublevel="SUBLEVEL = 0"
|
||||
|
Loading…
Reference in New Issue
Block a user