You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
204 B

#!/bin/sh
#
# iscsi_fw_login -- login to iscsi firmware targets, if any
#
# This script is called when udev discovers a new iscsi
# firmware target
#
ARGS="-m fw -l"
ISCSIADM="iscsiadm"
$ISCSIADM $ARGS