Do not overload mount-call - trying to reduce confusion
[openwrt/svn-archive/archive.git] / target / linux / x86 / base-files / lib / preinit / 15_essential_fs_x86
index ba22849d1efbf5a6a7d9db12dacb03f57ab3c5b5..5d5453093f6619caf54eb39efe62cca164c365fb 100644 (file)
@@ -3,6 +3,6 @@
 # Copyright (C) 2010 Vertical Communications
 
 do_mount_procfs() {
-       mount -t proc none /proc
+       mount -o noatime -t proc none /proc
 }