From 711ac60966afafec614d601d5176bf5172c31d23 Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Fri, 4 Apr 2008 10:15:36 +0200 Subject: Added /cow mounting debug messages. --- scripts/live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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) -- cgit v1.2.3