]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.c
po: Minor Russian translation updates
[petitboot] / discover / device-handler.c
index 120f11f52aa819639ece6a1bffaa49d0772921ae..7cf52636e56766db936d3bdb70ff104b17dd7797 100644 (file)
@@ -786,6 +786,9 @@ void device_handler_boot(struct device_handler *handler,
 
        if (handler->pending_boot)
                boot_cancel(handler->pending_boot);
+
+       platform_finalise_config();
+
        handler->pending_boot = boot(handler, opt, cmd, handler->dry_run,
                        boot_status, handler);
        handler->pending_boot_is_default = false;