[SCM] live-boot branch, debian-next, updated. debian/3.0_a12-1-11-gcd0d5cc

Richard Nelson unixabg at gmail.com
Sat Dec 4 05:49:05 UTC 2010


The following commit has been merged in the debian-next branch:
commit 419b68d5daf0b9d8969393ef8eed3c6ae38eafd5
Author: Richard Nelson <unixabg at gmail.com>
Date:   Fri Dec 3 22:37:25 2010 -0600

    Clean leading whitespace on single line in do_iscsi() procedure.

diff --git a/scripts/live b/scripts/live
index bdd9cf5..1b53aa6 100755
--- a/scripts/live
+++ b/scripts/live
@@ -795,7 +795,7 @@ do_iscsi()
 	[ "${DEBUG}" == "Yes" ] && 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
+	export ISCSI_INITIATORNAME
 	if [ -n "${ISCSI_SERVER}" ] ; then
 		iscsistart $debugopt -i "${ISCSI_INITIATORNAME}" -t "${ISCSI_TARGET}" -g 1 -a "${ISCSI_SERVER}" -p "${ISCSI_PORT}"
 	else

-- 
live-boot



More information about the debian-live-changes mailing list