X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fbase-files%2Ffiles%2Fsbin%2Ffirstboot;h=8fbd4999021927e337279867c174d39af68fef74;hb=fd18877418cf14f6bc2b413a238a3ca5f6d9ad94;hp=4da299189e7da7bb9fe5a9eaf3bc3e11601c40f8;hpb=667779e4f8fa3749d0867908c4bae53b0471e961;p=15.05%2Fopenwrt.git diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot index 4da299189e..8fbd499902 100755 --- a/package/base-files/files/sbin/firstboot +++ b/package/base-files/files/sbin/firstboot @@ -27,7 +27,7 @@ if [ "${0##*/}" = "firstboot" ]; then boot_run_hook jffs2reset else mtd erase "$partname" - mount "$mtdpart" /overlay -t jffs2 + mount -o noatime "$mtdpart" /overlay -t jffs2 fopivot /overlay /rom 1 fi fi