Do not overload mount-call - trying to reduce confusion
[openwrt/staging/florian.git] / package / base-files / files / lib / preinit / 70_pivot_jffs2_root
index 821bfb14f3c18435d4ccfda9789f50cd47b10b77..b76f111ca3ab34d26e0fb8053f8ee324c339b9da 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
     }
 }