[SCM] debian-live branch, master, updated. 1.136.3-1-41-g57c11f5

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 14 00:47:12 UTC 2008


The following commit has been merged in the master branch:
commit 2bfb4214e77f04a0859565877936e6872396bb0d
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Aug 14 01:01:19 2008 +0100

    Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/scripts/live b/scripts/live
index 656039a..7bd673b 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1041,8 +1041,9 @@ setup_unionfs ()
 			fi
 
 			mkdir -p "${croot}/${imagename}"
-			echo "debug: Mounting backdev \"${backdev}\" (image = ${image}) on croot/imagename \"${croot}/${imagename}\""
+			log_begin_msg "Mounting \"${image}\" on \"${croot}${imagename}\" via \"${backdev}\""
 			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}"
+			log_end_msg
 		fi
 	done
 

-- 
debian-live



More information about the debian-live-changes mailing list