From: Daniel Baumann Date: Wed, 14 Nov 2007 08:03:52 +0000 (+0100) Subject: Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng... X-Git-Tag: debian/2.0.15-1~628 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=affb2a495dbe623385088ee00c76d74251e248c3 Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng Huang . --- 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