[SCM] live-initramfs branch, master, updated. debian/1.173.1-1-4-g2352417

Daniel Baumann daniel at debian.org
Fri Feb 19 15:48:44 UTC 2010


The following commit has been merged in the master branch:
commit 2352417d72bf7ae62422af9ac378b08c7af15e1c
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 19 16:44:42 2010 +0100

    Mounting aufs layer with detached inode index, this solves the 'leaving unclean filesystem when using persistency' problem.

diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init
index 5c79401..294355d 100644
--- a/debian/live-initramfs.init
+++ b/debian/live-initramfs.init
@@ -198,6 +198,8 @@ case "${1}" in
 				[ "${VERBOSE}" != no ] && log_end_msg 1
 				;;
 		esac
+
+		mount -o remount,ro /live/cow
 		;;
 
 	*)
diff --git a/scripts/live b/scripts/live
index 9479f3f..a8dc6c8 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1104,7 +1104,7 @@ setup_unionfs ()
 
 	if [ "${UNIONTYPE}" = "aufs" ]
 	then
-		roopt="rr"
+		roopt="rr,xino=/tmp/aufs.xino"
 	else
 		roopt="ro"
 	fi

-- 
live-initramfs



More information about the debian-live-changes mailing list