uclient: update to Git HEAD (2024-04-19)
[openwrt/openwrt.git] / target / linux / x86 / 64 / base-files / lib / preinit / 45_mount_xenfs
1 # Copyright (C) 2010 OpenWrt.org
2
3 do_mount_xenfs() {
4 grep -q xenfs /proc/filesystems && \
5 mount -o noatime -t xenfs none /proc/xen
6 }
7
8 boot_hook_add preinit_mount_root do_mount_xenfs