omap24xx: Use noatime for maemo partitions
authorMichael Büsch <mb@bu3sch.de>
Sun, 20 Feb 2011 23:50:59 +0000 (23:50 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sun, 20 Feb 2011 23:50:59 +0000 (23:50 +0000)
SVN-Revision: 25638

target/linux/omap24xx/base-files/etc/config/fstab

index 64446e3c8cc89119baf5d52be70829d6011f5e1e..0910277b2605cb458f5f66f40eebe5af59ad32e9 100644 (file)
@@ -2,12 +2,12 @@ config mount
        option target   /maemo/initfs
        option device   /dev/mtdblock3
        option fstype   jffs2
-       option options  rw
+       option options  rw,noatime
        option enabled  0
 
 config mount
        option target   /maemo/rootfs
        option device   /dev/mtdblock4
        option fstype   jffs2
-       option options  rw
+       option options  rw,noatime
        option enabled  0