Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng...
authorDaniel Baumann <daniel@debian.org>
Wed, 14 Nov 2007 08:03:52 +0000 (09:03 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:31:06 +0000 (17:31 +0100)
scripts/live

index 9fff065..80f77e9 100755 (executable)
@@ -983,6 +983,8 @@ setup_unionfs ()
                        cow_fstype=$(get_fstype "${cowprobe}")
                else
                        [ "${quiet}" != "y" ] && log_warning_msg "Unable to find the persistent medium"
+                       cowdevice="tmpfs"
+                       cow_fstype="tmpfs"
                fi
        elif [ -n "${NFS_COW}" ]
        then