summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-04-02 23:04:16 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-04-02 23:04:16 +0000
commit9c6742b45e3c16dd4daf9381015c5565bbea5423 (patch)
tree16ca09eb157022e82113a780df6640fa20f4b6cf /README
parenta551f0040ec66e77a15e4a7767c8904d192204d7 (diff)
downloadopen-iscsi-9c6742b45e3c16dd4daf9381015c5565bbea5423.tar.gz
update init scripts and READM for libiscsi
git-svn-id: svn://svn.berlios.de/open-iscsi@529 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 4c6c7e7..862a63d 100644
--- a/README
+++ b/README
@@ -57,8 +57,8 @@ Open-iSCSI is partitioned into user and kernel parts.
The kernel portion of Open-iSCSI is a from-scratch code
licensed under GPL. The kernel part implements iSCSI data path
-(that is, iSCSI Read and iSCSI Write), and consists of two
-loadable modules: iscsi_if.ko and iscsi_tcp.ko.
+(that is, iSCSI Read and iSCSI Write), and consists of thee
+loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko.
User space contains the entire control plane: configuration
manager, iSCSI Discovery, Login and Logout processing,
@@ -108,8 +108,8 @@ on how to build kernel modules against your specific kernel.
For RedHat/Fedora and Debian distributions open-iscsi can be installed by
typing "make install". This will copy iscsid and iscsiadm to /usr/sbin, the
-init script to /etc/init.d, and the kernel modules: iscsi_tcp.ko and
-scsi_transport_iscsi to /lib/modules/`uname -r`/kernel/drivers/scsi/
+init script to /etc/init.d, and the kernel modules: iscsi_tcp.ko, libiscsi.ko
+and scsi_transport_iscsi to /lib/modules/`uname -r`/kernel/drivers/scsi/
overwriting existing iscsi modules.
4. Open-iSCSI daemon