summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 2 insertions, 0 deletions
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