Do not overload mount-call - trying to reduce confusion
[openwrt.git] / package / base-files / files / lib / preinit / 40_mount_devpts
index b75d692..b55a7f2 100644 (file)
@@ -7,7 +7,7 @@ init_devpts() {
 }
 
 do_mount_devpts() {
-    mount -t devpts devpts /dev/pts
+    mount -o noatime -t devpts devpts /dev/pts
 }
 
 boot_hook_add preinit_essential init_devpts