Do not overload mount-call - trying to reduce confusion
[openwrt.git] / target / linux / brcm47xx / base-files / lib / preinit / 15_mount_proc_brcm
index 923c98f..4ca4456 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 do_mount_procfs() {
-       mount none /proc -t proc
+       mount -o noatime none /proc -t proc
 }