[SCM] debian-live/live-initramfs branch, master, updated. 1.127.1-1-5-gd079c45

Marco Amadori amadorim at vdavda.com
Fri Apr 4 11:32:31 UTC 2008


The following commit has been merged in the master branch:
commit d079c45d7e248369fc4e22c6cf430832563c629f
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Fri Apr 4 11:44:03 2008 +0200

    Fixed a misleading debug message.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

diff --git a/scripts/live b/scripts/live
index 8cff606..46dcb74 100755
--- a/scripts/live
+++ b/scripts/live
@@ -982,7 +982,7 @@ setup_unionfs ()
 			fi
 
 			mkdir -p "${croot}/${imagename}"
-			echo "debug: Can not mount backdev ${backdev} (image = ${image}) on croot/imagename ${croot}/${imagename}"
+			echo "debug: Mounting backdev \"${backdev}\" (image = ${image}) on croot/imagename \"${croot}/${imagename}\""
 			mount -t "${fstype}" -o ro,noatime "${backdev}" "${croot}/${imagename}" || panic "Can not mount ${backdev} (${image}) on ${croot}/${imagename}" && rofsstring="${croot}/${imagename}=${roopt}:${rofsstring}" && rofslist="${croot}/${imagename} ${rofslist}"
 		fi
 	done

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list