Skip to content

Commit

Permalink
Fixing regression from mounting the ow device on a nfs volume, thanks…
Browse files Browse the repository at this point in the history
… to An-Cheng Huang <ancheng@vyatta.com>.
  • Loading branch information
daniel-baumann committed Nov 14, 2007
1 parent 8e47dc8 commit cdf9d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/live
Expand Up @@ -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
Expand Down

0 comments on commit cdf9d1b

Please sign in to comment.