summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-02-13 00:07:55 +0100
committerLennart Poettering <lennart@poettering.net>2013-02-13 00:12:58 +0100
commit9cde64ff264c432fc83be638e57d8fd6392793a6 (patch)
treee133568816bb39673cc7e8f6622d65a31f9ca13d /src/core/mount-setup.c
parenta96215285a9566668a5d92c1342888da7596144b (diff)
efi: various cleanups
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r--src/core/mount-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index 5b32474bbe..2cd0b60ba7 100644
--- a/src/core/mount-setup.c
+++ b/src/core/mount-setup.c
@@ -78,7 +78,7 @@ static const MountPoint mount_table[] = {
{ "securityfs", "/sys/kernel/security", "securityfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
NULL, MNT_NONE },
{ "efivarfs", "/sys/firmware/efi/efivars", "efivarfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
- is_efiboot, MNT_NONE },
+ is_efi_boot, MNT_NONE },
{ "tmpfs", "/dev/shm", "tmpfs", "mode=1777", MS_NOSUID|MS_NODEV|MS_STRICTATIME,
NULL, MNT_FATAL|MNT_IN_CONTAINER },
{ "devpts", "/dev/pts", "devpts", "mode=620,gid=" STRINGIFY(TTY_GID), MS_NOSUID|MS_NOEXEC,