Do not overload mount-call - trying to reduce confusion
[openwrt.git] / package / base-files / files / lib / firstboot / 20_no_fo_mount_jffs
index 8a1d4e0..c03714f 100644 (file)
@@ -5,8 +5,8 @@
 
 no_fo_mount_jffs() {
     # initialize jffs2
-    mount "$mtdpart" /overlay -t jffs2 || exit
-    
+    mount -o noatime "$mtdpart" /overlay -t jffs2 || exit
+
     # workaround to ensure that union can attach properly
     sync
     ls /overlay >/dev/null