summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Amadori <marco.amadori@gmail.com>2008-04-04 10:15:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:47:58 +0100
commit711ac60966afafec614d601d5176bf5172c31d23 (patch)
tree6625908112c802a85a4713c27255da4e1ea54b6b
parentbac2a1816f3d8688a21866d3205274c592d32b2f (diff)
downloadlive-boot-711ac60966afafec614d601d5176bf5172c31d23.tar.gz
live-boot-711ac60966afafec614d601d5176bf5172c31d23.zip
Added /cow mounting debug messages.
-rwxr-xr-xscripts/live4
1 files changed, 2 insertions, 2 deletions
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)