Clarified two paragraphs in the iSCSI how-to.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3110 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-12-16 15:40:24 +00:00
parent 9b43962c6e
commit 2b224a26ca

View File

@@ -34,7 +34,7 @@ rebuild the initial RAM disk. Make sure you regenerate the RAM disk before
rebooting. Please look up the documentation of the update-initrd,
update-initramfs or the mkinitrd command supplied with your distribution.
Now reboot the system.
Now reboot your system such that the newly built kernel is loaded.
Once the system is again up and running the next step is to build and install
SCST, iSCSI-SCST and scstadmin. You can do this by running the following
@@ -95,6 +95,9 @@ TARGET_DRIVER iscsi {
}
}
Note that for each SCSI device LUN 0 must exist. This is required by the SCSI
protocol and is also documented in SCST's README file.
Then run the following commands:
modprobe scst
@@ -103,9 +106,6 @@ Then run the following commands:
iscsi-scstd
scstadmin -config /etc/scst.conf
Note that for each SCSI device LUN 0 must exist. This is required by the SCSI
protocol and is also documented in SCST's README file.
You should have the working iSCSI-SCST now. Do the following steps if
you need to automatically configure it upon reboot.