From 97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 16:39:52 +0200 Subject: Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans. --- scripts/boot/mount-iscsi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/boot/mount-iscsi.sh') 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 -- cgit v1.2.3