summaryrefslogtreecommitdiff
path: root/src/shared/fstab-util.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-09-30 22:24:52 +0200
committerKay Sievers <kay@vrfy.org>2015-09-30 22:24:52 +0200
commit0b6b6787e3f0ae8906ce0212bd629edbe931b73d (patch)
treebe369ade314597718c186461b38ebe26fee06d1c /src/shared/fstab-util.h
parenta19c7a4a4b773e25671a5fa874e7c421685d1bde (diff)
gpt-auto-generator: check fstab for /boot entries
We need to prevent the creation of the gpt automount unit, which will not get overridden by the fstab mount unit. https://github.com/systemd/systemd/issues/1378
Diffstat (limited to 'src/shared/fstab-util.h')
-rw-r--r--src/shared/fstab-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/fstab-util.h b/src/shared/fstab-util.h
index 387c562a96..872b2363cd 100644
--- a/src/shared/fstab-util.h
+++ b/src/shared/fstab-util.h
@@ -25,6 +25,7 @@
#include <stddef.h>
#include "macro.h"
+bool fstab_is_mount_point(const char *mount);
int fstab_filter_options(const char *opts, const char *names,
const char **namefound, char **value, char **filtered);