diff options
| author | Marco Amadori <marco.amadori@gmail.com> | 2008-04-04 10:14:31 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:47:58 +0100 |
| commit | bac2a1816f3d8688a21866d3205274c592d32b2f (patch) | |
| tree | 9092250a5178e42e424c33c6360ad5dce4d0a39d | |
| parent | 5616253714c6f18a7a96bef2f4586ee774b4a1f7 (diff) | |
| download | live-boot-bac2a1816f3d8688a21866d3205274c592d32b2f.tar.gz live-boot-bac2a1816f3d8688a21866d3205274c592d32b2f.zip | |
Fixed /cow mounting.
| -rwxr-xr-x | scripts/live | 2 |
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 |
