[TRIVIAL PATCH 2.4] update README file to current realities

From: Petri Koistinen (petri.koistinen@iki.fi)
Date: Tue Jun 03 2003 - 17:20:39 EST


Hello!

Similar little clarification patch got accepted in 2.5.63 and I think this
could be helpful in 2.4.x kernel tree too.

Best regards,
Petri Koistinen

--- linux-2.4/README.orig 2003-06-04 00:52:33.000000000 +0300
+++ linux-2.4/README 2003-06-04 00:54:42.000000000 +0300
@@ -64,12 +64,12 @@
  - You can also upgrade between 2.4.xx releases by patching. Patches are
    distributed in the traditional gzip and the new bzip2 format. To
    install by patching, get all the newer patch files, enter the
- directory in which you unpacked the kernel source and execute:
+ top level directory of the kernel source (linux-2.4.xx) and execute:

- gzip -cd patchXX.gz | patch -p0
+ gzip -cd ../patch-2.4.xx.gz | patch -p1

    or
- bzip2 -dc patchXX.bz2 | patch -p0
+ bzip2 -dc ../patch-2.4.xx.bz2 | patch -p1

    (repeat xx for all versions bigger than the version of your current
    source tree, _in_order_) and you should be ok. You may want to remove
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:21 EST