Do not overload mount-call - trying to reduce confusion
[openwrt.git] / target / linux / x86 / xen_domu / base-files / lib / preinit / 45_mount_xenfs
index 7eb8bf7..7b07605 100644 (file)
@@ -4,7 +4,7 @@
 do_mount_xenfs() {
        [ -f /etc/modules.d/??-xenfs ] && {
                insmod $(cat /etc/modules.d/??-xenfs)
-               mount none /proc/xen -t xenfs
+               mount -o noatime none /proc/xen -t xenfs
        }
 }