summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Amadori <marco.amadori@gmail.com>2008-04-04 10:14:31 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:47:58 +0100
commitbac2a1816f3d8688a21866d3205274c592d32b2f (patch)
tree9092250a5178e42e424c33c6360ad5dce4d0a39d
parent5616253714c6f18a7a96bef2f4586ee774b4a1f7 (diff)
downloadlive-boot-bac2a1816f3d8688a21866d3205274c592d32b2f.tar.gz
live-boot-bac2a1816f3d8688a21866d3205274c592d32b2f.zip
Fixed /cow mounting.
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index 797f5df..a174cdd 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1060,7 +1060,7 @@ setup_unionfs ()
nfsmount ${nfs_cow_opts} ${cowdevice} /cow || \
panic "Can not mount ${cowdevice} on /cow"
else
- mount ${cowdevice} -t ${cow_fstype} -o rw,noatime /cow || \
+ mount -t ${cow_fstype} -o rw,noatime ${cowdevice} /cow || \
panic "Can not mount ${cowdevice} on /cow"
fi