1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:30:43 +03:00

base-files: Add "-o noatime" to mount wrapper

noatime is cheaper than default relatime.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2011-02-20 22:39:08 +00:00
parent d16223ed9e
commit ec5075b896

View File

@ -3,7 +3,7 @@
# Copyright (C) 2010 Vertical Communications
mount() {
/bin/busybox mount "$@"
/bin/busybox mount -o noatime "$@"
}
boot_hook_splice_start() {