Update root README to use symlink instead of bind mount for QLogic git driver integration

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5805 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2014-09-13 01:37:12 +00:00
parent 4d47326ab5
commit 2ab7d53901

6
README
View File

@@ -45,10 +45,8 @@ To integrate it into the SCST build tree you need:
2. Create in the SCST root, i.e. this directory, a subdirectory with name
qla2x00t_git
3. Bind mount drivers/scsi/qla2xxx in the cloned git tree to the
qla2x00t_git subdirectory, like:
# mount --bind /home/u/scst-qla2xxx/drivers/scsi/qla2xxx /home/u/trunk/qla2x00t_git
3. Symlink drivers/scsi/qla2xxx subdirectory in the cloned git tree to the
qla2x00t_git subdirectory
Thats all. Now "make all" and other common and QLA specific root
Makefile targets "magically" start working. The bind mount is necessary