diff options
| author | Marco Amadori <amadorim@vdavda.com> | 2010-03-23 15:44:00 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:08 +0100 |
| commit | caa4ce9f3509aaec9b9199e686e2005ac003d35c (patch) | |
| tree | 1a42d2f49b338654685839b5543e33f307d2ce33 /scripts/live | |
| parent | e309b271af7f525727d29979b6dbce23635739cd (diff) | |
| download | live-boot-caa4ce9f3509aaec9b9199e686e2005ac003d35c.tar.gz live-boot-caa4ce9f3509aaec9b9199e686e2005ac003d35c.zip | |
Do not specify 'noxino' between directories.
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/live b/scripts/live index 0fb6adf..d05080d 100755 --- a/scripts/live +++ b/scripts/live @@ -1119,7 +1119,8 @@ setup_unionfs () if [ "${UNIONTYPE}" = "aufs" ] then - roopt="rr,noxino" + roopt="rr" + noxino_opt="noxino," elif [ "${UNIONTYPE}" = "unionfs-fuse" ] then roopt="RO" @@ -1380,7 +1381,7 @@ setup_unionfs () ;; *) - mount -t ${UNIONTYPE} -o noatime,dirs=/cow=rw:${rofsstring} ${UNIONTYPE} "${rootmnt}" || panic "mount ${UNIONTYPE} on ${rootmnt} failed with option noatime,dirs=/cow=rw:${rofsstring}" + mount -t ${UNIONTYPE} -o noatime,${noxino_opt}dirs=/cow=rw:${rofsstring} ${UNIONTYPE} "${rootmnt}" || panic "mount ${UNIONTYPE} on ${rootmnt} failed with option noatime,${noxino_opt}dirs=/cow=rw:${rofsstring}" ;; esac fi |
