Do not overload mount-call - trying to reduce confusion
[openwrt/staging/florian.git] / package / base-files / files / sbin / firstboot
index 4da299189e7da7bb9fe5a9eaf3bc3e11601c40f8..8fbd4999021927e337279867c174d39af68fef74 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