From 212b6169a72a96af275b318f8e17f693f5cc060b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Apr 2010 20:41:55 +0200 Subject: [PATCH] Adding upstream version 1.136.3. --- scripts/live | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/live b/scripts/live index 15710c2..22d2210 100755 --- a/scripts/live +++ b/scripts/live @@ -1118,6 +1118,8 @@ setup_unionfs () nfsmount ${nfs_cow_opts} ${cowdevice} /cow || \ panic "Can not mount ${cowdevice} (n: ${cow_fstype}) on /cow" else + # make sure cow_mountopt is set: + [ -n "$cow_mountopt" ] || cow_mountopt="rw,noatime,mode=755" mount -t ${cow_fstype} -o ${cow_mountopt} ${cowdevice} /cow || \ panic "Can not mount ${cowdevice} (o: ${cow_fstype}) on /cow" fi -- 2.1.4