From: Rusty Russell Date: Wed, 11 Oct 2000 05:50:35 +0000 (+0000) Subject: Add patch-o-matic comment. X-Git-Tag: v1.2.1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31563359c92dc44b1e55ee86b8fcc182e6c8a3a2;p=thirdparty%2Fiptables.git Add patch-o-matic comment. --- diff --git a/INSTALL b/INSTALL index 991f3c9d..353d825a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,7 @@ FOLLOW THESE STEPS: =================== +0) If you want to try some fun extensions, try: + % make patch-o-matic KERNEL_DIR=<> 1) If /usr/src/linux contains the kernel headers of a recent 2.4 kernel: @@ -17,15 +19,7 @@ That's it! ================ Problems you may encounter: -1) If your kernel is too old, you may be asked to apply one or more of - the patches in the directory to your kernel. This can be safely - done as follows: - - cp -al <> <>.backup - cd <> - patch -p1 < <> - - Then start again. +1) This package requires a 2.4.0 test9 kernel, or above. 2) If you get the kernel directory wrong, you may see a message like: Please try `make KERNEL_DIR=path-to-correct-kernel'