summaryrefslogtreecommitdiffstats
path: root/discover/kboot-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/kboot-parser.c')
-rw-r--r--discover/kboot-parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c
index 884658e..f097674 100644
--- a/discover/kboot-parser.c
+++ b/discover/kboot-parser.c
@@ -159,6 +159,7 @@ static int kboot_parse(struct discover_context *dc, char *buf, int len)
static struct parser kboot_parser = {
.name = "kboot",
+ .method = CONF_METHOD_LOCAL_FILE,
.parse = kboot_parse,
.filenames = kboot_conf_files,
.resolve_resource = resolve_devpath_resource,
OpenPOWER on IntegriCloud