Using noxino instead of xino, as the latter is not supported by aufs2 as we need...
authorDaniel Baumann <daniel@debian.org>
Sat, 20 Feb 2010 15:16:32 +0000 (16:16 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:07 +0000 (17:48 +0100)
scripts/live

index 9baf5a9..d162f75 100755 (executable)
@@ -1109,7 +1109,7 @@ setup_unionfs ()
 
        if [ "${UNIONTYPE}" = "aufs" ]
        then
-               roopt="rr,xino=/tmp/aufs.xino"
+               roopt="rr,noxino"
        else
                roopt="ro"
        fi