Do not overload mount-call - trying to reduce confusion
[openwrt/staging/dedeckeh.git] / target / linux / x86 / xen_domu / base-files / lib / preinit / 45_mount_xenfs
index 7eb8bf7958a21462910e4f28cc855b3cc9b7fcc1..7b0760516e3482728eccc90a7efadb62939b11db 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
        }
 }