X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2Fmount-iscsi.sh;h=fd29d915ec087f9efce5c0c3e1f94a303f1a729a;hb=97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f;hp=35e2b4629466bea7d70f7dce783a9ea834b9270c;hpb=d16c9d87a189d136231a48f6ccd1fd54d4debaf5;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