skeleton of iscsi target module

This commit is contained in:
Jamie Cameron
2012-10-02 20:41:35 -07:00
parent 8f21dce79c
commit 693fa99176
3 changed files with 6 additions and 1 deletions

View File

@ -2,5 +2,5 @@ desc=iSCSI Server
category=hardware
os_support=*-linux freebsd
depends=fdisk lvm raid init
longdesc=Share disk devices across the network using the iSCSI protocol.
longdesc=Share disk devices across the network using the iSCSI protocol with the netbsd-iscsi package.
desc_de=iSCSI-Server

BIN
iscsi-target/images/icon.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

5
iscsi-target/module.info Normal file
View File

@ -0,0 +1,5 @@
desc=iSCSI Target
category=hardware
os_support=*-linux
depends=fdisk lvm raid init
longdesc=Share disk devices across the network using the iSCSI protocol with the iscsitarget package.