Do not overload mount-call - trying to reduce confusion
[openwrt/svn-archive/archive.git] / package / base-files / files / lib / preinit / 10_check_for_mtd
index 66f185e1af2b7f2a97c96fc5b4e3bd63f8f92f85..6a7bd307f8b9b6f052536d14ed0ece727f87758d 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() {