From 3c11af805f393560989ffc618a02f75d99e48557 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Feb 2010 16:16:32 +0100 Subject: [PATCH] Using noxino instead of xino, as the latter is not supported by aufs2 as we need to use it. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/live b/scripts/live index 9baf5a9..d162f75 100755 --- a/scripts/live +++ b/scripts/live @@ -1109,7 +1109,7 @@ setup_unionfs () if [ "${UNIONTYPE}" = "aufs" ] then - roopt="rr,xino=/tmp/aufs.xino" + roopt="rr,noxino" else roopt="ro" fi -- 2.1.4