aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-11-13 23:28:58 -0500
committerSteve French <sfrench@us.ibm.com>2005-11-13 23:28:58 -0500
commit7b0a65f9923ffe7885a5473648baaa3a1a701726 (patch)
treeb9be4a0504b4e637b86bdc92d88268ff57ea1bc5 /README
parent1b98a8221e3c9c86ae7e292ba7542d2dd6f10eb9 (diff)
parentee90f62b3e69d0cd9f8edc6b95f07b1a8c38aaf4 (diff)
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 4ee7dda88b..61c4f74292 100644
--- a/README
+++ b/README
@@ -81,6 +81,11 @@ INSTALLING the kernel:
81 failed patches (xxx# or xxx.rej). If there are, either you or me has 81 failed patches (xxx# or xxx.rej). If there are, either you or me has
82 made a mistake. 82 made a mistake.
83 83
84 Unlike patches for the 2.6.x kernels, patches for the 2.6.x.y kernels
85 (also known as the -stable kernels) are not incremental but instead apply
86 directly to the base 2.6.x kernel. Please read
87 Documentation/applying-patches.txt for more information.
88
84 Alternatively, the script patch-kernel can be used to automate this 89 Alternatively, the script patch-kernel can be used to automate this
85 process. It determines the current kernel version and applies any 90 process. It determines the current kernel version and applies any
86 patches found. 91 patches found.