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

noatime is cheaper than default relatime.

SVN-Revision: 25634
master
Michael Büsch 14 years ago
parent ad6c7066a6
commit 16a300ea66
  1. 2
      package/base-files/files/lib/functions/boot.sh

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

Loading…
Cancel
Save