X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2Fmount-iscsi.sh;h=fd29d915ec087f9efce5c0c3e1f94a303f1a729a;hb=bc9ae2d777db55ecb3697185da60ece205b1b90b;hp=35e2b4629466bea7d70f7dce783a9ea834b9270c;hpb=23c2e9f4947a2d9be6b63f55cca8e633df3455a3;p=live-boot-grml.git diff --git a/scripts/boot/mount-iscsi.sh b/scripts/boot/mount-iscsi.sh index 35e2b46..fd29d91 100755 --- a/scripts/boot/mount-iscsi.sh +++ b/scripts/boot/mount-iscsi.sh @@ -8,7 +8,7 @@ do_iscsi() #modprobe ib_iser modprobe iscsi_tcp local debugopt="" - [ "${DEBUG}" = "Yes" ] && debugopt="-d 8" + [ "${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)" export ISCSI_INITIATORNAME