Revert "mount-setup: mount xenfs filesystem (#6491)" (#6662)

This reverts commit b305bd3aab.
This commit is contained in:
vliaskov 2017-08-28 18:46:01 +02:00 committed by Lennart Poettering
parent c29ebc1a10
commit 6c24adfd46
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@ 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,