X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fuser-event.c;h=d7e0d195035efa43202137de78d57bfb78fd3da8;hp=61008c1a1cc484dd38c5d6dcd78795a2aa77e4ea;hb=cfcffbc8ff1a9e699ca1e8073b7bc3d10c399563;hpb=b8e53cb4b96eb17dc7fa0ffc505dfebae37e6cbf diff --git a/discover/user-event.c b/discover/user-event.c index 61008c1..d7e0d19 100644 --- a/discover/user-event.c +++ b/discover/user-event.c @@ -237,7 +237,7 @@ struct pb_url *user_event_parse_conf_url(struct discover_context *ctx, char *p, *basedir, *url_str; struct pb_url *url; - conffile = event_get_param(event, "conffile"); + conffile = event_get_param(event, "pxeconffile"); if (conffile) { if (is_url(conffile)) { url = pb_url_parse(ctx, conffile);