mirror of
https://github.com/dynup/kpatch
synced 2025-01-27 15:22:46 +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
|
####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:
|
Install the dependencies for compiling kpatch:
|
||||||
|
|
||||||
@ -196,13 +197,16 @@ OPTIONAL: Install kpatch to `/usr/local`:
|
|||||||
|
|
||||||
sudo make install
|
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
|
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
|
First, make a source code patch against the kernel tree using diff, git, or
|
||||||
quilt.
|
quilt.
|
||||||
|
@ -339,8 +339,6 @@ else
|
|||||||
if [[ $DISTRO = ubuntu ]]; then
|
if [[ $DISTRO = ubuntu ]]; then
|
||||||
|
|
||||||
# url may be changed for a different mirror
|
# 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"
|
url="http://archive.ubuntu.com/ubuntu/pool/main/l/linux"
|
||||||
extension="bz2"
|
extension="bz2"
|
||||||
sublevel="SUBLEVEL = 0"
|
sublevel="SUBLEVEL = 0"
|
||||||
|
Loading…
Reference in New Issue
Block a user