From affb2a495dbe623385088ee00c76d74251e248c3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 14 Nov 2007 09:03:52 +0100 Subject: Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng Huang . --- scripts/live | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/live b/scripts/live index 9fff065..80f77e9 100755 --- a/scripts/live +++ b/scripts/live @@ -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 -- cgit v1.2.3