X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=43b9541aba9187c2198593f88f85cd5699763b60;hb=8569abdf356aa617ebdcb426aa708a0fd8129a1a;hp=489ecd7364fb7bd8582af14b9ba777098c0c688f;hpb=0739476294f6925b01ad12b1b198f85b41bc657d;p=petitboot diff --git a/discover/device-handler.c b/discover/device-handler.c index 489ecd7..43b9541 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -445,6 +445,8 @@ static int default_timeout(void *arg) pb_log("Timeout expired, booting default option %s\n", opt->option->id); + platform_pre_boot(); + handler->pending_boot = boot(handler, handler->default_boot_option, NULL, handler->dry_run, boot_status, handler); handler->pending_boot_is_default = true;