From: Daniel Baumann Date: Sat, 20 Feb 2010 15:16:32 +0000 (+0100) Subject: Using noxino instead of xino, as the latter is not supported by aufs2 as we need... X-Git-Tag: debian/2.0.15-1~221 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=3c11af805f393560989ffc618a02f75d99e48557;p=live-boot-grml.git Using noxino instead of xino, as the latter is not supported by aufs2 as we need to use it. --- 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