Skip to content

Commit

Permalink
Using noxino instead of xino, as the latter is not supported by aufs2…
Browse files Browse the repository at this point in the history
… as we need to use it.
  • Loading branch information
daniel-baumann committed Feb 20, 2010
1 parent 31c2121 commit 907e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live
Expand Up @@ -1109,7 +1109,7 @@ setup_unionfs ()

if [ "${UNIONTYPE}" = "aufs" ]
then
roopt="rr,xino=/tmp/aufs.xino"
roopt="rr,noxino"
else
roopt="ro"
fi
Expand Down

0 comments on commit 907e89f

Please sign in to comment.