Do not overload mount-call - trying to reduce confusion
[openwrt.git] / package / base-files / files / lib / preinit / 10_check_for_mtd
index 66f185e..6a7bd30 100644 (file)
@@ -5,7 +5,7 @@
 
 mount_no_mtd() {
     mtd unlock rootfs
-    mount -o remount,rw /dev/root /
+    mount -o noatime,remount,rw /dev/root /
 }
 
 check_for_mtd() {