summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordmitry_yus <dmitry_yus@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-06-09 20:21:55 +0000
committerdmitry_yus <dmitry_yus@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-06-09 20:21:55 +0000
commit903a03196f8791756f64184b74311ac2a7dad7e3 (patch)
tree80de1f980001ec7c4a8314f1be03bc500e39c6ae /README
parentcd70d22a9e6407773e3912f7e3270eaf9571b9a1 (diff)
downloadopen-iscsi-903a03196f8791756f64184b74311ac2a7dad7e3.tar.gz
Chad Tindel: debian systems packaging code
git-svn-id: svn://svn.berlios.de/open-iscsi@367 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 24b7168..c5112db 100644
--- a/README
+++ b/README
@@ -81,7 +81,7 @@ 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.
-Compilation of the kernel Opne-iSCSI modules requires a path
+Compilation of the kernel Open-iSCSI modules requires a path
to kernel sources:
make KSRC=<kernel-src>
@@ -90,6 +90,9 @@ or cross-compilation:
make KSRC=<kernel-src> KARCH="ARCH=um"
+If you choose to install the Debian packages instead of building from source,
+please read the file /usr/share/doc/linux-iscsi/README.debian for information
+on how to build kernel modules against your specific kernel.
4. Open-iSCSI daemon
====================