mount-setup: mount xenfs filesystem (#6491)

This commit is contained in:
vliaskov 2017-07-31 15:59:02 +02:00 committed by Lennart Poettering
parent 1df96fcb31
commit b305bd3aab
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ static const MountPoint mount_table[] = {
{ "efivarfs", "/sys/firmware/efi/efivars", "efivarfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
is_efi_boot, MNT_NONE },
#endif
{ "xenfs", "/proc/xen", "xenfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
NULL, MNT_NONE },
};
/* These are API file systems that might be mounted by other software,