summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-06-13 01:54:26 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-06-13 01:54:26 +0000
commit7d307aaad35965293d51a4189481965b1b98ec14 (patch)
tree12dcadc3c684cc8d3c0dfb98b166f8e3a966e688 /README
parent92d981c76cd6fc0f21cc3f8c1da4018d3714b828 (diff)
downloadopen-iscsi-7d307aaad35965293d51a4189481965b1b98ec14.tar.gz
rm old compat patches and update README and makefile. If we have time in the final release we can add those back, but there is a lot of testing work to be done
git-svn-id: svn://svn.berlios.de/open-iscsi@603 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 1 insertions, 9 deletions
diff --git a/README b/README
index a7097c4..712bf87 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ iscsid, and a management utility iscsiadm.
===============
As of today, the Open-iSCSI Initiator requires a host running the
-Linux operating system with kernel version 2.6.11, or later. See
+Linux operating system with kernel version 2.6.16, or later. See
http://www.open-iscsi.org/cgi-bin/wiki.pl/Supported_Kernels
for a more information about which kernels Open-iSCSI supports.
You need to enable "Cryptographic API" under "Cryptographic options" in the
@@ -81,14 +81,6 @@ kernel config. You also need to enable "CRC32c CRC algorithm" if
you use header or data digests. They are the kernel options,
CONFIG_CRYPTO and CONFIG_CRYPTO_CRC32C, respectively.
-For kernels 2.6.13-2.6.15 there are compatibility patches that must be
-applied before compiling. Standing in the root of the open-iscsi source
-directory the following command must be done in order to apply the patch
-for your kernel:
-
-patch -p1 < kernel/2.6.13-compat.patch
-patch -p1 < kernel/2.6.14-and-2.6.15-compat.patch
-
By default the kernel source found at
/lib/modules/`uname -a`/build
will be used to compile the open-iscsi modules. To specify a different