From bac2a1816f3d8688a21866d3205274c592d32b2f Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Fri, 4 Apr 2008 10:14:31 +0200 Subject: Fixed /cow mounting. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3