From 16a300ea6623b0d54551585cd65675c265bcf299 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sun, 20 Feb 2011 22:39:08 +0000 Subject: [PATCH] base-files: Add "-o noatime" to mount wrapper noatime is cheaper than default relatime. SVN-Revision: 25634 --- package/base-files/files/lib/functions/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/lib/functions/boot.sh b/package/base-files/files/lib/functions/boot.sh index 66423d9aad..a883241350 100644 --- a/package/base-files/files/lib/functions/boot.sh +++ b/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() { -- 2.30.2