Searched refs:rwfst (Results 1 – 3 of 3) sorted by relevance
198 rwfst=$(probe_fs_type "$rwdev")207 fsck=$fsckbase$rwfst234 echo "rofs = $rofs $rofst rwfs = $rwfs $rwfst"325 if test "$force_rwfst_jffs2" = "y" -a "$rwfst" != jffs2 -a ! -f $trigger350 if mount "$rwdev" "$rwdir" -t "$rwfst" -o "$rwopts"; then370 rwfst=$(probe_fs_type "$rwdev")371 fsck=$fsckbase$rwfst376 rwfst=none382 rwfst=none388 if test "$rwfst$copyfiles" = noney[all …]
208 rwfst=$(probe_fs_type "$rwdev")217 fsck=$fsckbase$rwfst243 echo "rofs = $rofs $rofst rwfs = $rwfs $rwfst"329 if test "$force_rwfst_jffs2" = "y" -a "$rwfst" != jffs2 -a ! -f $trigger358 rwfst=$(probe_fs_type "$rwdev")359 fsck=$fsckbase$rwfst364 rwfst=none370 rwfst=none376 if test "$rwfst$copyfiles" = noney418 elif test "$rwfst" != jffs2 -a "$rwfst" != none[all …]
12 +if mount $rwdev $rwdir -t $rwfst -o $rwopts; then