mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
base-files: Add "-o noatime" to mount wrapper
noatime is cheaper than default relatime. SVN-Revision: 25634
This commit is contained in:
parent
ad6c7066a6
commit
16a300ea66
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 2010 Vertical Communications
|
# Copyright (C) 2010 Vertical Communications
|
||||||
|
|
||||||
mount() {
|
mount() {
|
||||||
/bin/busybox mount "$@"
|
/bin/busybox mount -o noatime "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_splice_start() {
|
boot_hook_splice_start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user