mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
mount-setup: mount xenfs filesystem (#6491)
This commit is contained in:
parent
1df96fcb31
commit
b305bd3aab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user