Make sure mounting /cow-tmpfs provides mount options.
authorMichael Prokop <mika@grml.org>
Thu, 17 Jul 2008 11:23:00 +0000 (13:23 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:00 +0000 (17:48 +0100)
scripts/live

index 15710c2..22d2210 100755 (executable)
@@ -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