[SCM] debian-live/live-initramfs branch, master, updated. 1.127.1-1-4-g3ac7ac8
Daniel Baumann
daniel at debian.org
Fri Apr 4 08:27:43 UTC 2008
The following commit has been merged in the master branch:
commit 4405960868ad1ee4f03065c20a097b404e89c558
Author: Marco Amadori <marco.amadori at gmail.com>
Date: Fri Apr 4 10:14:31 2008 +0200
Fixed /cow mounting.
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
--
debian-live/live-initramfs
More information about the debian-live-changes
mailing list