[SCM] live-boot branch, debian-next, updated. debian/3.0_a22-1-1-gdde97bb

Tails developers amnesia at boum.org
Tue Nov 8 17:22:53 UTC 2011


The following commit has been merged in the debian-next branch:
commit dde97bb32a6c30e3329485d2d3e2b35539339b8d
Author: Tails developers <amnesia at boum.org>
Date:   Tue Nov 8 18:15:41 2011 +0100

    Enabling whiteouts support for aufs.
    
    This improves support for stacked SquashFS a lot: it allows a given SquashFS to
    delete files in another one it's on top of.

diff --git a/scripts/live b/scripts/live
index 2dc0a7e..e69396e 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1204,7 +1204,7 @@ setup_unionfs ()
 
 	if [ "${UNIONTYPE}" = "aufs" ]
 	then
-		roopt="rr"
+		roopt="rr+wh"
 		noxino_opt="noxino,"
 	elif [ "${UNIONTYPE}" = "unionfs-fuse" ]
 	then

-- 
live-boot



More information about the debian-live-changes mailing list