Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.4.22-rc1 /README

Filename:/README
Lines Added:3
Lines Deleted:3
Also changed in: (Previous) 2.4.22-pre10  2.4.22-pre9  2.4.22-pre8  2.4.22-pre7  2.4.22-pre6  2.4.22-pre5 
(Following) 2.4.22-rc2  2.4.22-rc3  2.4.22-rc4  2.4.22  2.4.33-pre3  2.4.33-rc1 

Location
[  2.4.22-rc1
   o  README

Patch

diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.21/README linux-2.4.22-rc1/README
--- linux-2.4.21/README   2002-08-03 00:39:42.000000000 +0000
+++ linux-2.4.22-rc1/README   2003-08-05 17:45:19.000000000 +0000
@@ -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


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.