Adding debian version 4.0~a1-1.
[live-boot-grml.git] / scripts / boot / 9990-mount-iscsi.sh
index 6ce9851..fd29d91 100755 (executable)
@@ -7,8 +7,7 @@ do_iscsi()
        do_netsetup
        #modprobe ib_iser
        modprobe iscsi_tcp
-       local debugopt
-       debugopt=""
+       local debugopt=""
        [ "${DEBUG}" = "true" ] && debugopt="-d 8"
        #FIXME this name is supposed to be unique - some date + ifconfig hash?
        ISCSI_INITIATORNAME="iqn.1993-08.org.debian.live:01:$(echo "${HWADDR}" | sed -e s/://g)"
@@ -22,14 +21,12 @@ do_iscsi()
        then
                panic "Failed to log into iscsi target"
        fi
-       local host
-       host="$(ls -d /sys/class/scsi_host/host*/device/iscsi_host:host* \
-                     /sys/class/scsi_host/host*/device/iscsi_host/host* | sed -e 's:/device.*::' -e 's:.*host::')"
+       local host="$(ls -d /sys/class/scsi_host/host*/device/iscsi_host:host* \
+                           /sys/class/scsi_host/host*/device/iscsi_host/host* | sed -e 's:/device.*::' -e 's:.*host::')"
        if [ -n "${host}" ]
        then
-               local devices i
-               devices=""
-               i=0
+               local devices=""
+               local i=0
                while [ -z "${devices}" -a $i -lt 60 ]
                do
                        sleep 1