Do not overload mount-call - trying to reduce confusion
[openwrt.git] / package / base-files / files / sbin / firstboot
index 4da2991..8fbd499 100755 (executable)
@@ -27,7 +27,7 @@ if [ "${0##*/}" = "firstboot" ]; then
        boot_run_hook jffs2reset
     else
        mtd erase "$partname"
-       mount "$mtdpart" /overlay -t jffs2
+       mount -o noatime "$mtdpart" /overlay -t jffs2
        fopivot /overlay /rom 1
     fi
 fi