[SCM] debian-live/live-initramfs branch, master, updated. 1.110.6-1-3-g5153566

Daniel Baumann daniel at debian.org
Wed Nov 14 08:05:11 UTC 2007


The branch, master has been updated
       via  51535668716b2a8503573a4ed40414aae8859442 (commit)
      from  beaf2f1731adc7047f095577e383eeab9973d7ed (commit)


- Shortlog ------------------------------------------------------------
5153566 Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng Huang <ancheng at vyatta.com>.

Summary of changes:
 scripts/live |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 51535668716b2a8503573a4ed40414aae8859442
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 14 09:03:52 2007 +0100

    Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng Huang <ancheng at vyatta.com>.

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

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list