Do not overload mount-call - trying to reduce confusion
[openwrt/svn-archive/archive.git] / package / base-files / files / lib / firstboot / 20_no_fo_mount_jffs
index 8a1d4e06d230635fa4e935d299c6cfb57627c440..c03714fa6ddeb4af67379e844db74f524c5bb6bb 100644 (file)
@@ -5,8 +5,8 @@
 
 no_fo_mount_jffs() {
     # initialize jffs2
 
 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
     # workaround to ensure that union can attach properly
     sync
     ls /overlay >/dev/null