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