]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.c
discover: Add configuration methods
[petitboot] / discover / device-handler.c
index a8df295df1b6e4763516b68de240c6fa907240a7..6ff70c14b6e2faf0265667ce2749245deb3b8c74 100644 (file)
@@ -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. */
        }
 
        /* 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);
 
        /* add discovered stuff to the handler */
        context_commit(handler, ctx);