summaryrefslogtreecommitdiffstats
path: root/discover/pxe-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/pxe-parser.c')
-rw-r--r--discover/pxe-parser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/discover/pxe-parser.c b/discover/pxe-parser.c
index 95547c3..4812c37 100644
--- a/discover/pxe-parser.c
+++ b/discover/pxe-parser.c
@@ -189,6 +189,10 @@ static void pxe_process_pair(struct conf_context *ctx,
type = strtoul(value, &end, 10);
if (end != value && !(*end))
pxe_process_sysappend(ctx->dc, opt, type);
+
+ } else if (streq(name, "DTB") || streq(name, "FDT")) {
+ url = pxe_url_join(ctx->dc, ctx->dc->conf_url, value);
+ opt->dtb = create_url_resource(opt, url);
}
}
OpenPOWER on IntegriCloud