From dde97bb32a6c30e3329485d2d3e2b35539339b8d Mon Sep 17 00:00:00 2001 From: Tails developers Date: Tue, 8 Nov 2011 18:15:41 +0100 Subject: 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. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3