X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F20_no_fo_mount_jffs;fp=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F20_no_fo_mount_jffs;h=c03714fa6ddeb4af67379e844db74f524c5bb6bb;hp=8a1d4e06d230635fa4e935d299c6cfb57627c440;hb=c704ce06306c568a91362728e5955850330f29f6;hpb=ca9b1b931e794e3d1d3e1335343f3b4485f6cf16 diff --git a/package/base-files/files/lib/firstboot/20_no_fo_mount_jffs b/package/base-files/files/lib/firstboot/20_no_fo_mount_jffs index 8a1d4e06d2..c03714fa6d 100644 --- a/package/base-files/files/lib/firstboot/20_no_fo_mount_jffs +++ b/package/base-files/files/lib/firstboot/20_no_fo_mount_jffs @@ -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