base-files: Add "-o noatime" to mount wrapper
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Feb 2011 22:39:08 +0000 (22:39 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Feb 2011 22:39:08 +0000 (22:39 +0000)
noatime is cheaper than default relatime.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25634 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/lib/functions/boot.sh

index 66423d9..a883241 100644 (file)
@@ -3,7 +3,7 @@
 # Copyright (C) 2010 Vertical Communications
 
 mount() {
-       /bin/busybox mount "$@"
+       /bin/busybox mount -o noatime "$@"
 }
 
 boot_hook_splice_start() {
This page took 0.025625 seconds and 4 git commands to generate.