X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=6ff70c14b6e2faf0265667ce2749245deb3b8c74;hp=a8df295df1b6e4763516b68de240c6fa907240a7;hb=5e7c90eddd7ac2e4a3b05a7a5f6e29166edfa161;hpb=45e92aa32a80fdbbf5ad3ad64e34b1ac872018ef diff --git a/discover/device-handler.c b/discover/device-handler.c index a8df295..6ff70c1 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -388,7 +388,7 @@ static int handle_add_udev_event(struct device_handler *handler, } /* run the parsers. This will populate the ctx's boot_option list. */ - iterate_parsers(ctx); + iterate_parsers(ctx, CONF_METHOD_LOCAL_FILE); /* add discovered stuff to the handler */ context_commit(handler, ctx);