projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
discover: Add configuration methods
[petitboot]
/
discover
/
yaboot-parser.c
diff --git
a/discover/yaboot-parser.c
b/discover/yaboot-parser.c
index f51d2c61d886b07c0992ba776fb430fce52a63d4..816e0c4a91f941b542791bd31f74184dcdca5288 100644
(file)
--- a/
discover/yaboot-parser.c
+++ b/
discover/yaboot-parser.c
@@
-315,6
+315,7
@@
static int yaboot_parse(struct discover_context *dc, char *buf, int len)
static struct parser yaboot_parser = {
.name = "yaboot",
static struct parser yaboot_parser = {
.name = "yaboot",
+ .method = CONF_METHOD_LOCAL_FILE,
.parse = yaboot_parse,
.filenames = yaboot_conf_files,
};
.parse = yaboot_parse,
.filenames = yaboot_conf_files,
};