Do not overload mount-call - trying to reduce confusion
[openwrt.git] / package / base-files / files / lib / preinit / 70_pivot_jffs2_root
index 821bfb1..b76f111 100644 (file)
@@ -5,7 +5,7 @@
 rootfs_pivot() {
     check_skip || jffs2_not_mounted || {
        echo "switching to jffs2"
-       mount -o move /tmp/overlay /overlay 2>&-
+       mount -o noatime,move /tmp/overlay /overlay 2>&-
        fopivot /overlay /rom && pi_mount_skip_next=true
     }
 }