summaryrefslogtreecommitdiffstats
path: root/discover/user-event.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/user-event.c')
-rw-r--r--discover/user-event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/discover/user-event.c b/discover/user-event.c
index 7acd237..dc671d9 100644
--- a/discover/user-event.c
+++ b/discover/user-event.c
@@ -89,9 +89,9 @@ static struct resource *user_event_resource(struct discover_boot_option *opt,
return NULL;
}
- boot_file = event_get_param(event, "boot_file");
+ boot_file = event_get_param(event, "bootfile");
if (!boot_file) {
- pb_log("%s: boot_file not found\n", __func__);
+ pb_log("%s: bootfile not found\n", __func__);
return NULL;
}
OpenPOWER on IntegriCloud