Do not overload mount-call - trying to reduce confusion
[openwrt.git] / target / linux / x86 / base-files / lib / preinit / 15_essential_fs_x86
index ba22849..5d54530 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
 }