[SCM] debian-live/live-initramfs branch, master,	updated. 1.127.1-1-4-g3ac7ac8
    Daniel Baumann 
    daniel at debian.org
       
    Fri Apr  4 08:27:44 UTC 2008
    
    
  
The following commit has been merged in the master branch:
commit c457b265ad5838b8eb98a99bb2370e4aa4a5427f
Author: Marco Amadori <marco.amadori at gmail.com>
Date:   Fri Apr 4 10:15:36 2008 +0200
    Added /cow mounting debug messages.
diff --git a/scripts/live b/scripts/live
index a174cdd..8cff606 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1058,10 +1058,10 @@ setup_unionfs ()
 		[ "${quiet}" != "y" ] && log_begin_msg \
 			"Trying nfsmount ${nfs_cow_opts} ${cowdevice} /cow"
 		nfsmount ${nfs_cow_opts} ${cowdevice} /cow || \
-			panic "Can not mount ${cowdevice} on /cow"
+			panic "Can not mount ${cowdevice} (n: ${cow_fstype}) on /cow"
 	else
 		mount -t ${cow_fstype} -o rw,noatime ${cowdevice} /cow || \
-			panic "Can not mount ${cowdevice} on /cow"
+			panic "Can not mount ${cowdevice} (o: ${cow_fstype}) on /cow"
 	fi
 
 	rofscount=$(echo ${rofslist} |wc -w)
-- 
debian-live/live-initramfs
    
    
More information about the debian-live-changes
mailing list