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

  1. #!/bin/sh
  2. #
  3. # iscsi_fw_login -- login to iscsi firmware targets, if any
  4. #
  5. # This script is called when udev discovers a new iscsi
  6. # firmware target
  7. #
  8. ARGS="-m fw -l"
  9. ISCSIADM="iscsiadm"
  10. $ISCSIADM $ARGS