summaryrefslogtreecommitdiff
path: root/scripts/boot/9990-mount-iscsi.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:47:34 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:47:34 +0200
commit1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (patch)
tree573942ab6a3695319fbfa99f2eeacc1d02e5c17a /scripts/boot/9990-mount-iscsi.sh
parent56eb0235b604c23e6220e6e618b59a5ef0a4115c (diff)
downloadlive-boot-1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf.tar.gz
live-boot-1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf.zip
Correcting debug variables through out the code to use the same one.
Diffstat (limited to 'scripts/boot/9990-mount-iscsi.sh')
-rwxr-xr-xscripts/boot/9990-mount-iscsi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/9990-mount-iscsi.sh b/scripts/boot/9990-mount-iscsi.sh
index 6ce9851..c9bab90 100755
--- a/scripts/boot/9990-mount-iscsi.sh
+++ b/scripts/boot/9990-mount-iscsi.sh
@@ -9,7 +9,7 @@ do_iscsi()
modprobe iscsi_tcp
local debugopt
debugopt=""
- [ "${DEBUG}" = "true" ] && debugopt="-d 8"
+ [ "${LIVE_BOOT_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