summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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