diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-02-20 16:16:32 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:07 +0100 |
| commit | 3c11af805f393560989ffc618a02f75d99e48557 (patch) | |
| tree | 455494ce9f986e79711f43ec64ba10c9dc28290e | |
| parent | d655e60289cedb0cfb968e09a0b4f8c902479cb3 (diff) | |
| download | live-boot-3c11af805f393560989ffc618a02f75d99e48557.tar.gz live-boot-3c11af805f393560989ffc618a02f75d99e48557.zip | |
Using noxino instead of xino, as the latter is not supported by aufs2 as we need to use it.
| -rwxr-xr-x | scripts/live | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
