X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=d05080d7822856801a501434fde95413b0330d8b;hb=787bd5658e8a19109e256417a0a5424321c2b289;hp=0fb6adfe68e614b8f03ff25578d39fa517144b19;hpb=40ee30dadce4b89d7a502e2bcae09eb9e72eb471;p=live-boot-grml.git 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